#CCC7A5

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

Shades of Kangaroo #CCC7A5

Tints of Kangaroo #CCC7A5

Color information

#CCC7A5 (or 0xCCC7A5) is unknown color: approx Kangaroo. HEX triplet: CC, C7 and A5. RGB value is (204,199,165). Sum of RGB (Red+Green+Blue) = 204+199+165=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 199 (78.12% from 255 or 35.04% from 568); Blue value is 165 (64.84% from 255 or 29.05% from 568); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC7A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC7A5 is #33385A. Grayscale: #C4C4C4. Windows color (decimal): -3356763 or 10864588. OLE color: 10864588.

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

Color convert

RGB204199165-
CMYK00.020.190.2
HSL52.31º27.66%72.35%-
HSV(B)52.31º19.12%80%-
XYZ52.1256.443.74-
YUV196.62110.16133.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.92%
GREEN value IS 199 (78.12% from 255) = 35.04%
BLUE value IS 165 (64.84% from 255) = 29.05%
R=35.92%
G=35.04%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419916500.020.190.252.3127.6672.35
HexCCC7A5021314341c48
Octal3143072450223246434110
Binary1100110011000111101001010101001110100110100111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC7A5; }

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

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

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

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

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

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

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

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