#CCB19E

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

Shades of Cashmere #CCB19E

Tints of Cashmere #CCB19E

Color information

#CCB19E (or 0xCCB19E) is unknown color: approx Cashmere. HEX triplet: CC, B1 and 9E. RGB value is (204,177,158). Sum of RGB (Red+Green+Blue) = 204+177+158=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 158 (62.11% from 255 or 29.31% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB19E is #334E61. Grayscale: #B7B7B7. Windows color (decimal): -3362402 or 10400204. OLE color: 10400204.

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

Color convert

RGB204177158-
CMYK00.130.230.2
HSL24.78º31.08%70.98%-
HSV(B)24.78º22.55%80%-
XYZ46.846.7538.91-
YUV182.91113.95143.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.85%
GREEN value IS 177 (69.53% from 255) = 32.84%
BLUE value IS 158 (62.11% from 255) = 29.31%
R=37.85%
G=32.84%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417715800.130.230.224.7831.0870.98
HexCCB19E0D1714191f47
Octal31426123601527243137107
Binary11001100101100011001111001101101111010011001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB19E; }

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

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

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

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

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

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

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

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