Html Css Color HEX #CCCAA5 Kangaroo

📋 copy color: '#CCCAA5'

red 204 ◦ green 202 ◦ blue 165

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

Shades of Kangaroo #CCCAA5

Tints of Kangaroo #CCCAA5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.38%

 BLUE value IS 165 (64.84% from 255) = 28.9%

R = 35.73%
G = 35.38%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#CCCAA5 (or 0xCCCAA5) is known color: Kangaroo. HEX triplet: CC, CA and A5. RGB value is (204,202,165). Sum of RGB (Red+Green+Blue) = 204+202+165=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 165 (64.84% from 255 or 28.90% from 571); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCAA5 is #33355A. Grayscale: #C6C6C6. Windows color (decimal): -3355995 or 10865356. OLE color: 10865356.

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

Color convert

RGB 204 202 165 -
CMYK 0 0.01 0.19 0.2
HSL 56.92º 0.28% 0.72% -
HSV(B) 56.92º 0.19% 0.8% -
XYZ 52.81 57.8 43.97 -
YUV 198.38 109.16 132.01 -
System Red Green Blue C M Y K H S L
Decimal 204 202 165 0 0.01 0.19 0.2 56.92 0.28 0.72
Hex CC CA A5 0 1 13 14 39 1C 48
Octal 314 312 245 0 1 23 24 71 34 110
Binary 11001100 11001010 10100101 0 1 10011 10100 111001 11100 1001000

Color Harmonies of #CCCAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCAA5

Black with #CCCAA5

Text Example


Text Example

White with #CCCAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCAA5; }

 p { color: rgb(204,202,165); }

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

background-color css

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

 a { background-color: rgb(204,202,165); }

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

border-color css

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

 span { border-color: rgb(204,202,165); }

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