Html Css Color HEX #CCA991 Cashmere

📋 copy color: '#CCA991'

red 204 ◦ green 169 ◦ blue 145

#CCA991
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cashmere #CCA991

Tints of Cashmere #CCA991

RGB

 RED value IS 204 (80.08% from 255) = 39.38%

 GREEN value IS 169 (66.41% from 255) = 32.63%

 BLUE value IS 145 (57.03% from 255) = 27.99%

R = 39.38%
G = 32.63%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CCA991 (or 0xCCA991) is known color: Cashmere. HEX triplet: CC, A9 and 91. RGB value is (204,169,145). Sum of RGB (Red+Green+Blue) = 204+169+145=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 145 (57.03% from 255 or 27.99% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA991 is #33566E. Grayscale: #B0B0B0. Windows color (decimal): -3364463 or 9546188. OLE color: 9546188.

HSL color Cylindrical-coordinate representation of color #CCA991: hue angle of 24.41º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCA991 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 169 145 -
CMYK 0 0.17 0.29 0.2
HSL 24.41º 0.37% 0.68% -
HSV(B) 24.41º 0.29% 0.8% -
XYZ 44.2 43.26 32.81 -
YUV 176.73 110.1 147.45 -
System Red Green Blue C M Y K H S L
Decimal 204 169 145 0 0.17 0.29 0.2 24.41 0.37 0.68
Hex CC A9 91 0 11 1D 14 18 25 44
Octal 314 251 221 0 21 35 24 30 45 104
Binary 11001100 10101001 10010001 0 10001 11101 10100 11000 100101 1000100

Color Harmonies of #CCA991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA991

Black with #CCA991

Text Example


Text Example

White with #CCA991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA991; }

 p { color: rgb(204,169,145); }

 H1.HeaderClassName
 {
   color: #CCA991;
 }
 .AnyTagClassName
 {
   color: #CCA991;
 }
</style>

background-color css

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

 a { background-color: rgb(204,169,145); }

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

border-color css

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

 span { border-color: rgb(204,169,145); }

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