Html Css Color HEX #CFB59F Cashmere

📋 copy color: '#CFB59F'

red 207 ◦ green 181 ◦ blue 159

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

Shades of Cashmere #CFB59F

Tints of Cashmere #CFB59F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.07%

R = 37.84%
G = 33.09%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CFB59F (or 0xCFB59F) is known color: Cashmere. HEX triplet: CF, B5 and 9F. RGB value is (207,181,159). Sum of RGB (Red+Green+Blue) = 207+181+159=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 181 (71.09% from 255 or 33.09% from 547); Blue value is 159 (62.5% from 255 or 29.07% from 547); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB59F is #304A60. Grayscale: #BABABA. Windows color (decimal): -3164769 or 10466767. OLE color: 10466767.

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

Color convert

RGB 207 181 159 -
CMYK 0 0.13 0.23 0.19
HSL 27.5º 0.33% 0.72% -
HSV(B) 27.5º 0.23% 0.81% -
XYZ 48.51 48.82 39.67 -
YUV 186.27 112.61 142.79 -
System Red Green Blue C M Y K H S L
Decimal 207 181 159 0 0.13 0.23 0.19 27.5 0.33 0.72
Hex CF B5 9F 0 D 17 13 1C 21 48
Octal 317 265 237 0 15 27 23 34 41 110
Binary 11001111 10110101 10011111 0 1101 10111 10011 11100 100001 1001000

Color Harmonies of #CFB59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB59F

Black with #CFB59F

Text Example


Text Example

White with #CFB59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB59F; }

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

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

background-color css

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

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

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

border-color css

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

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

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