Html Css Color HEX #CFB09E Cashmere

📋 copy color: '#CFB09E'

red 207 ◦ green 176 ◦ blue 158

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

Shades of Cashmere #CFB09E

Tints of Cashmere #CFB09E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.53%

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

R = 38.26%
G = 32.53%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CFB09E (or 0xCFB09E) is known color: Cashmere. HEX triplet: CF, B0 and 9E. RGB value is (207,176,158). Sum of RGB (Red+Green+Blue) = 207+176+158=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 158 (62.11% from 255 or 29.21% from 541); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB09E is #304F61. Grayscale: #B7B7B7. Windows color (decimal): -3166050 or 10399951. OLE color: 10399951.

HSL color Cylindrical-coordinate representation of color #CFB09E: hue angle of 22.04º 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 #CFB09E is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 176 158 -
CMYK 0 0.15 0.24 0.19
HSL 22.04º 0.34% 0.72% -
HSV(B) 22.04º 0.24% 0.81% -
XYZ 47.43 46.78 38.88 -
YUV 183.22 113.77 144.96 -
System Red Green Blue C M Y K H S L
Decimal 207 176 158 0 0.15 0.24 0.19 22.04 0.34 0.72
Hex CF B0 9E 0 F 18 13 16 22 48
Octal 317 260 236 0 17 30 23 26 42 110
Binary 11001111 10110000 10011110 0 1111 11000 10011 10110 100010 1001000

Color Harmonies of #CFB09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB09E

Black with #CFB09E

Text Example


Text Example

White with #CFB09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB09E; }

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

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

background-color css

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

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

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

border-color css

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

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

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