#CCAF9A

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

Shades of Cashmere #CCAF9A

Tints of Cashmere #CCAF9A

Color information

#CCAF9A (or 0xCCAF9A) is unknown color: approx Cashmere. HEX triplet: CC, AF and 9A. RGB value is (204,175,154). Sum of RGB (Red+Green+Blue) = 204+175+154=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAF9A is #335065. Grayscale: #B5B5B5. Windows color (decimal): -3362918 or 10137548. OLE color: 10137548.

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

Color convert

RGB204175154-
CMYK00.140.250.2
HSL25.2º32.89%70.2%-
HSV(B)25.2º24.51%80%-
XYZ46.0645.8336.99-
YUV181.28112.61144.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.27%
GREEN value IS 175 (68.75% from 255) = 32.83%
BLUE value IS 154 (60.55% from 255) = 28.89%
R=38.27%
G=32.83%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417515400.140.250.225.232.8970.2
HexCCAF9A0E1914192146
Octal31425723201631243141106
Binary110011001010111110011010011101100110100110011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAF9A; }

 p { color: rgb(204,175,154); }

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

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

 a { background-color: rgb(204,175,154); }

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

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

 span { border-color: rgb(204,175,154); }

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