Html Css Color HEX #CFB59E Cashmere

📋 copy color: '#CFB59E'

red 207 ◦ green 181 ◦ blue 158

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

Shades of Cashmere #CFB59E

Tints of Cashmere #CFB59E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 28.94%

R = 37.91%
G = 33.15%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CFB59E (or 0xCFB59E) is known color: Cashmere. HEX triplet: CF, B5 and 9E. RGB value is (207,181,158). Sum of RGB (Red+Green+Blue) = 207+181+158=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 181 (71.09% from 255 or 33.15% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB59E is #304A61. Grayscale: #BABABA. Windows color (decimal): -3164770 or 10401231. OLE color: 10401231.

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

Color convert

RGB 207 181 158 -
CMYK 0 0.13 0.24 0.19
HSL 28.16º 0.34% 0.72% -
HSV(B) 28.16º 0.24% 0.81% -
XYZ 48.43 48.78 39.21 -
YUV 186.15 112.11 142.87 -
System Red Green Blue C M Y K H S L
Decimal 207 181 158 0 0.13 0.24 0.19 28.16 0.34 0.72
Hex CF B5 9E 0 D 18 13 1C 22 48
Octal 317 265 236 0 15 30 23 34 42 110
Binary 11001111 10110101 10011110 0 1101 11000 10011 11100 100010 1001000

Color Harmonies of #CFB59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB59E

Black with #CFB59E

Text Example


Text Example

White with #CFB59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB59E; }

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

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

background-color css

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

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

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

border-color css

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

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

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