#CBC8A1

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

Shades of Kangaroo #CBC8A1

Tints of Kangaroo #CBC8A1

Color information

#CBC8A1 (or 0xCBC8A1) is unknown color: approx Kangaroo. HEX triplet: CB, C8 and A1. RGB value is (203,200,161). Sum of RGB (Red+Green+Blue) = 203+200+161=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 200 (78.52% from 255 or 35.46% from 564); Blue value is 161 (63.28% from 255 or 28.55% from 564); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC8A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC8A1 is #34375E. Grayscale: #C4C4C4. Windows color (decimal): -3422047 or 10602699. OLE color: 10602699.

HSL color Cylindrical-coordinate representation of color #CBC8A1: hue angle of 55.71º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBC8A1 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB203200161-
CMYK00.010.210.20
HSL55.71º28.77%71.37%-
HSV(B)55.71º20.69%79.61%-
XYZ51.7256.5841.91-
YUV196.45107.99132.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.99%
GREEN value IS 200 (78.52% from 255) = 35.46%
BLUE value IS 161 (63.28% from 255) = 28.55%
R=35.99%
G=35.46%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320016100.010.210.2055.7128.7771.37
HexCBC8A1011514381d47
Octal3133102410125247035107
Binary110010111100100010100001011010110100111000111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC8A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC8A1; }

 p { color: rgb(203,200,161); }

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

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

 a { background-color: rgb(203,200,161); }

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

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

 span { border-color: rgb(203,200,161); }

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