#CCAD92

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

Shades of Cashmere #CCAD92

Tints of Cashmere #CCAD92

Color information

#CCAD92 (or 0xCCAD92) is unknown color: approx Cashmere. HEX triplet: CC, AD and 92. RGB value is (204,173,146). Sum of RGB (Red+Green+Blue) = 204+173+146=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 146 (57.42% from 255 or 27.92% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAD92 is #33526D. Grayscale: #B3B3B3. Windows color (decimal): -3363438 or 9612748. OLE color: 9612748.

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

Color convert

RGB204173146-
CMYK00.150.280.2
HSL27.93º36.25%68.63%-
HSV(B)27.93º28.43%80%-
XYZ45.0344.833.47-
YUV179.19109.27145.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.01%
GREEN value IS 173 (67.97% from 255) = 33.08%
BLUE value IS 146 (57.42% from 255) = 27.92%
R=39.01%
G=33.08%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417314600.150.280.227.9336.2568.63
HexCCAD920F1C141c2445
Octal31425522201734243444105
Binary110011001010110110010010011111110010100111001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAD92; }

 p { color: rgb(204,173,146); }

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

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

 a { background-color: rgb(204,173,146); }

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

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

 span { border-color: rgb(204,173,146); }

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