#CBC7A5

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

Shades of Kangaroo #CBC7A5

Tints of Kangaroo #CBC7A5

Color information

#CBC7A5 (or 0xCBC7A5) is unknown color: approx Kangaroo. HEX triplet: CB, C7 and A5. RGB value is (203,199,165). Sum of RGB (Red+Green+Blue) = 203+199+165=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 199 (78.12% from 255 or 35.10% from 567); Blue value is 165 (64.84% from 255 or 29.10% from 567); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC7A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC7A5 is #34385A. Grayscale: #C4C4C4. Windows color (decimal): -3422299 or 10864587. OLE color: 10864587.

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

Color convert

RGB203199165-
CMYK00.020.190.20
HSL53.68º26.76%72.16%-
HSV(B)53.68º18.72%79.61%-
XYZ51.8456.2643.72-
YUV196.32110.33132.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.80%
GREEN value IS 199 (78.12% from 255) = 35.10%
BLUE value IS 165 (64.84% from 255) = 29.10%
R=35.80%
G=35.10%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319916500.020.190.2053.6826.7672.16
HexCBC7A5021314361b48
Octal3133072450223246633110
Binary1100101111000111101001010101001110100110110110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC7A5; }

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

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

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

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

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

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

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

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