#CCB09E

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

Shades of Cashmere #CCB09E

Tints of Cashmere #CCB09E

Color information

#CCB09E (or 0xCCB09E) is unknown color: approx Cashmere. HEX triplet: CC, B0 and 9E. RGB value is (204,176,158). Sum of RGB (Red+Green+Blue) = 204+176+158=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 158 (62.11% from 255 or 29.37% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB09E is #334F61. Grayscale: #B6B6B6. Windows color (decimal): -3362658 or 10399948. OLE color: 10399948.

HSL color Cylindrical-coordinate representation of color #CCB09E: hue angle of 23.48º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCB09E is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB204176158-
CMYK00.140.230.2
HSL23.48º31.08%70.98%-
HSV(B)23.48º22.55%80%-
XYZ46.646.3638.84-
YUV182.32114.28143.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.92%
GREEN value IS 176 (69.14% from 255) = 32.71%
BLUE value IS 158 (62.11% from 255) = 29.37%
R=37.92%
G=32.71%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417615800.140.230.223.4831.0870.98
HexCCB09E0E1714171f47
Octal31426023601627242737107
Binary11001100101100001001111001110101111010010111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB09E; }

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

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

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

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

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

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

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

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