#CBC6AC

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

Shades of Kangaroo #CBC6AC

Tints of Kangaroo #CBC6AC

Color information

#CBC6AC (or 0xCBC6AC) is unknown color: approx Kangaroo. HEX triplet: CB, C6 and AC. RGB value is (203,198,172). Sum of RGB (Red+Green+Blue) = 203+198+172=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC6AC is #343953. Grayscale: #C4C4C4. Windows color (decimal): -3422548 or 11323083. OLE color: 11323083.

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

Color convert

RGB203198172-
CMYK00.020.150.20
HSL50.32º22.96%73.53%-
HSV(B)50.32º15.27%79.61%-
XYZ52.2756.0647.1-
YUV196.53114.16132.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.43%
GREEN value IS 198 (77.73% from 255) = 34.55%
BLUE value IS 172 (67.58% from 255) = 30.02%
R=35.43%
G=34.55%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319817200.020.150.2050.3222.9673.53
HexCBC6AC02F1432174a
Octal3133062540217246227112
Binary110010111100011010101100010111110100110010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC6AC; }

 p { color: rgb(203,198,172); }

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

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

 a { background-color: rgb(203,198,172); }

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

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

 span { border-color: rgb(203,198,172); }

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