Html Css Color HEX #CCC8A5 Kangaroo

📋 copy color: '#CCC8A5'

red 204 ◦ green 200 ◦ blue 165

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

Shades of Kangaroo #CCC8A5

Tints of Kangaroo #CCC8A5

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.15%

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

R = 35.85%
G = 35.15%
B = 29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#CCC8A5 (or 0xCCC8A5) is known color: Kangaroo. HEX triplet: CC, C8 and A5. RGB value is (204,200,165). Sum of RGB (Red+Green+Blue) = 204+200+165=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 200 (78.52% from 255 or 35.15% from 569); Blue value is 165 (64.84% from 255 or 29.00% from 569); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC8A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC8A5 is #33375A. Grayscale: #C5C5C5. Windows color (decimal): -3356507 or 10864844. OLE color: 10864844.

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

Color convert

RGB 204 200 165 -
CMYK 0 0.02 0.19 0.2
HSL 53.85º 0.28% 0.72% -
HSV(B) 53.85º 0.19% 0.8% -
XYZ 52.35 56.86 43.81 -
YUV 197.21 109.83 132.85 -
System Red Green Blue C M Y K H S L
Decimal 204 200 165 0 0.02 0.19 0.2 53.85 0.28 0.72
Hex CC C8 A5 0 2 13 14 36 1C 48
Octal 314 310 245 0 2 23 24 66 34 110
Binary 11001100 11001000 10100101 0 10 10011 10100 110110 11100 1001000

Color Harmonies of #CCC8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC8A5

Black with #CCC8A5

Text Example


Text Example

White with #CCC8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC8A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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