Html Css Color HEX #CFB194 Cashmere

📋 copy color: '#CFB194'

red 207 ◦ green 177 ◦ blue 148

#CFB194
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cashmere #CFB194

Tints of Cashmere #CFB194

RGB

 RED value IS 207 (81.25% from 255) = 38.91%

 GREEN value IS 177 (69.53% from 255) = 33.27%

 BLUE value IS 148 (58.2% from 255) = 27.82%

R = 38.91%
G = 33.27%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFB194 (or 0xCFB194) is known color: Cashmere. HEX triplet: CF, B1 and 94. RGB value is (207,177,148). Sum of RGB (Red+Green+Blue) = 207+177+148=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 177 (69.53% from 255 or 33.27% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB194 is #304E6B. Grayscale: #B6B6B6. Windows color (decimal): -3165804 or 9744847. OLE color: 9744847.

HSL color Cylindrical-coordinate representation of color #CFB194: hue angle of 29.49º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFB194 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 177 148 -
CMYK 0 0.14 0.29 0.19
HSL 29.49º 0.38% 0.7% -
HSV(B) 29.49º 0.29% 0.81% -
XYZ 46.8 46.85 34.59 -
YUV 182.66 108.44 145.36 -
System Red Green Blue C M Y K H S L
Decimal 207 177 148 0 0.14 0.29 0.19 29.49 0.38 0.7
Hex CF B1 94 0 E 1D 13 1D 26 46
Octal 317 261 224 0 16 35 23 35 46 106
Binary 11001111 10110001 10010100 0 1110 11101 10011 11101 100110 1000110

Color Harmonies of #CFB194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB194

Black with #CFB194

Text Example


Text Example

White with #CFB194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB194; }

 p { color: rgb(207,177,148); }

 H1.HeaderClassName
 {
   color: #CFB194;
 }
 .AnyTagClassName
 {
   color: #CFB194;
 }
</style>

background-color css

<style>
 a { background-color: #CFB194; }

 a { background-color: rgb(207,177,148); }

 div.DivClassName
 {
   background-color: #CFB194;
 }
 .BgClassName
 {
   background-color: #CFB194;
 }
</style>

border-color css

<style>
 span { border-color: #CFB194; }

 span { border-color: rgb(207,177,148); }

 td.TdClassName
 {
   border-color: #CFB194;
 }
 .TagClassName
 {
   border-color: #CFB194;
 }
</style>