#CCB195

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

Shades of Cashmere #CCB195

Tints of Cashmere #CCB195

Color information

#CCB195 (or 0xCCB195) is unknown color: approx Cashmere. HEX triplet: CC, B1 and 95. RGB value is (204,177,149). Sum of RGB (Red+Green+Blue) = 204+177+149=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB195 is #334E6A. Grayscale: #B6B6B6. Windows color (decimal): -3362411 or 9810380. OLE color: 9810380.

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

Color convert

RGB204177149-
CMYK00.130.270.2
HSL30.55º35.03%69.22%-
HSV(B)30.55º26.96%80%-
XYZ46.0546.4534.97-
YUV181.88109.45143.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.49%
GREEN value IS 177 (69.53% from 255) = 33.40%
BLUE value IS 149 (58.59% from 255) = 28.11%
R=38.49%
G=33.40%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417714900.130.270.230.5535.0369.22
HexCCB1950D1B141f2345
Octal31426122501533243743105
Binary110011001011000110010101011011101110100111111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB195; }

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

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

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

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

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

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

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

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