Html Css Color HEX #CFB09F Cashmere

📋 copy color: '#CFB09F'

red 207 ◦ green 176 ◦ blue 159

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

Shades of Cashmere #CFB09F

Tints of Cashmere #CFB09F

RGB

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

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

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

R = 38.19%
G = 32.47%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CFB09F (or 0xCFB09F) is known color: Cashmere. HEX triplet: CF, B0 and 9F. RGB value is (207,176,159). Sum of RGB (Red+Green+Blue) = 207+176+159=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 159 (62.5% from 255 or 29.34% from 542); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB09F is #304F60. Grayscale: #B7B7B7. Windows color (decimal): -3166049 or 10465487. OLE color: 10465487.

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

Color convert

RGB 207 176 159 -
CMYK 0 0.15 0.23 0.19
HSL 21.25º 0.33% 0.72% -
HSV(B) 21.25º 0.23% 0.81% -
XYZ 47.52 46.82 39.33 -
YUV 183.33 114.27 144.88 -
System Red Green Blue C M Y K H S L
Decimal 207 176 159 0 0.15 0.23 0.19 21.25 0.33 0.72
Hex CF B0 9F 0 F 17 13 15 21 48
Octal 317 260 237 0 17 27 23 25 41 110
Binary 11001111 10110000 10011111 0 1111 10111 10011 10101 100001 1001000

Color Harmonies of #CFB09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB09F

Black with #CFB09F

Text Example


Text Example

White with #CFB09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB09F; }

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

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

background-color css

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

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

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

border-color css

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

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

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