Html Css Color HEX #CCA992 Cashmere

📋 copy color: '#CCA992'

red 204 ◦ green 169 ◦ blue 146

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

Shades of Cashmere #CCA992

Tints of Cashmere #CCA992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.13%

R = 39.31%
G = 32.56%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CCA992 (or 0xCCA992) is known color: Cashmere. HEX triplet: CC, A9 and 92. RGB value is (204,169,146). Sum of RGB (Red+Green+Blue) = 204+169+146=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA992 is #33566D. Grayscale: #B0B0B0. Windows color (decimal): -3364462 or 9611724. OLE color: 9611724.

HSL color Cylindrical-coordinate representation of color #CCA992: hue angle of 23.79º 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 #CCA992 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 169 146 -
CMYK 0 0.17 0.28 0.2
HSL 23.79º 0.36% 0.69% -
HSV(B) 23.79º 0.28% 0.8% -
XYZ 44.28 43.29 33.22 -
YUV 176.84 110.6 147.37 -
System Red Green Blue C M Y K H S L
Decimal 204 169 146 0 0.17 0.28 0.2 23.79 0.36 0.69
Hex CC A9 92 0 11 1C 14 18 24 45
Octal 314 251 222 0 21 34 24 30 44 105
Binary 11001100 10101001 10010010 0 10001 11100 10100 11000 100100 1000101

Color Harmonies of #CCA992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA992

Black with #CCA992

Text Example


Text Example

White with #CCA992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA992; }

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

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

background-color css

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

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

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

border-color css

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

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

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