#CCB19C

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

Shades of Cashmere #CCB19C

Tints of Cashmere #CCB19C

Color information

#CCB19C (or 0xCCB19C) is unknown color: approx Cashmere. HEX triplet: CC, B1 and 9C. RGB value is (204,177,156). Sum of RGB (Red+Green+Blue) = 204+177+156=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 177 (69.53% from 255 or 32.96% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB19C is #334E63. Grayscale: #B6B6B6. Windows color (decimal): -3362404 or 10269132. OLE color: 10269132.

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

Color convert

RGB204177156-
CMYK00.130.240.2
HSL26.25º32%70.59%-
HSV(B)26.25º23.53%80%-
XYZ46.6246.6838.01-
YUV182.68112.95143.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.99%
GREEN value IS 177 (69.53% from 255) = 32.96%
BLUE value IS 156 (61.33% from 255) = 29.05%
R=37.99%
G=32.96%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417715600.130.240.226.253270.59
HexCCB19C0D18141a2047
Octal31426123401530243240107
Binary110011001011000110011100011011100010100110101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB19C; }

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

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

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

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

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

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

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

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