#CFB29A

Color #CFB29A Cashmere (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cashmere #CFB29A

Tints of Cashmere #CFB29A

Color information

#CFB29A (or 0xCFB29A) is unknown color: approx Cashmere. HEX triplet: CF, B2 and 9A. RGB value is (207,178,154). Sum of RGB (Red+Green+Blue) = 207+178+154=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 154 (60.55% from 255 or 28.57% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB29A is #304D65. Grayscale: #B8B8B8. Windows color (decimal): -3165542 or 10138319. OLE color: 10138319.

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

Color convert

RGB207178154-
CMYK00.140.260.19
HSL27.17º35.57%70.78%-
HSV(B)27.17º25.6%81.18%-
XYZ47.4947.4437.23-
YUV183.94111.11144.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.40%
GREEN value IS 178 (69.92% from 255) = 33.02%
BLUE value IS 154 (60.55% from 255) = 28.57%
R=38.40%
G=33.02%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717815400.140.260.1927.1735.5770.78
HexCFB29A0E1A131b2447
Octal31726223201632233344107
Binary110011111011001010011010011101101010011110111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB29A; }

 p { color: rgb(207,178,154); }

 H1.HeaderClassName
 {
   color: #CFB29A;
 }
 .AnyTagClassName
 {
   color: #CFB29A;
 }
</style>
background-color css

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

 a { background-color: rgb(207,178,154); }

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

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

 span { border-color: rgb(207,178,154); }

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