#CCC7A4

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

Shades of Kangaroo #CCC7A4

Tints of Kangaroo #CCC7A4

Color information

#CCC7A4 (or 0xCCC7A4) is unknown color: approx Kangaroo. HEX triplet: CC, C7 and A4. RGB value is (204,199,164). Sum of RGB (Red+Green+Blue) = 204+199+164=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 199 (78.12% from 255 or 35.10% from 567); Blue value is 164 (64.45% from 255 or 28.92% from 567); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC7A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC7A4 is #33385B. Grayscale: #C4C4C4. Windows color (decimal): -3356764 or 10799052. OLE color: 10799052.

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

Color convert

RGB204199164-
CMYK00.020.200.2
HSL52.5º28.17%72.16%-
HSV(B)52.5º19.61%80%-
XYZ52.0356.3643.26-
YUV196.5109.66133.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.98%
GREEN value IS 199 (78.12% from 255) = 35.10%
BLUE value IS 164 (64.45% from 255) = 28.92%
R=35.98%
G=35.10%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419916400.020.200.252.528.1772.16
HexCCC7A4021414341c48
Octal3143072440224246434110
Binary1100110011000111101001000101010010100110100111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC7A4; }

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

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

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

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

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

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

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

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