Html Css Color HEX #CFB59C Cashmere

📋 copy color: '#CFB59C'

red 207 ◦ green 181 ◦ blue 156

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

Shades of Cashmere #CFB59C

Tints of Cashmere #CFB59C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.27%

 BLUE value IS 156 (61.33% from 255) = 28.68%

R = 38.05%
G = 33.27%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CFB59C (or 0xCFB59C) is known color: Cashmere. HEX triplet: CF, B5 and 9C. RGB value is (207,181,156). Sum of RGB (Red+Green+Blue) = 207+181+156=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 181 (71.09% from 255 or 33.27% from 544); Blue value is 156 (61.33% from 255 or 28.68% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB59C is #304A63. Grayscale: #BABABA. Windows color (decimal): -3164772 or 10270159. OLE color: 10270159.

HSL color Cylindrical-coordinate representation of color #CFB59C: hue angle of 29.41º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFB59C is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 181 156 -
CMYK 0 0.13 0.25 0.19
HSL 29.41º 0.35% 0.71% -
HSV(B) 29.41º 0.25% 0.81% -
XYZ 48.26 48.71 38.31 -
YUV 185.92 111.11 143.03 -
System Red Green Blue C M Y K H S L
Decimal 207 181 156 0 0.13 0.25 0.19 29.41 0.35 0.71
Hex CF B5 9C 0 D 19 13 1D 23 47
Octal 317 265 234 0 15 31 23 35 43 107
Binary 11001111 10110101 10011100 0 1101 11001 10011 11101 100011 1000111

Color Harmonies of #CFB59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB59C

Black with #CFB59C

Text Example


Text Example

White with #CFB59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB59C; }

 p { color: rgb(207,181,156); }

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

background-color css

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

 a { background-color: rgb(207,181,156); }

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

border-color css

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

 span { border-color: rgb(207,181,156); }

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