Html Css Color HEX #CBC6A1 Kangaroo

📋 copy color: '#CBC6A1'

red 203 ◦ green 198 ◦ blue 161

#CBC6A1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kangaroo #CBC6A1

Tints of Kangaroo #CBC6A1

RGB

 RED value IS 203 (79.69% from 255) = 36.12%

 GREEN value IS 198 (77.73% from 255) = 35.23%

 BLUE value IS 161 (63.28% from 255) = 28.65%

R = 36.12%
G = 35.23%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#CBC6A1 (or 0xCBC6A1) is known color: Kangaroo. HEX triplet: CB, C6 and A1. RGB value is (203,198,161). Sum of RGB (Red+Green+Blue) = 203+198+161=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 198 (77.73% from 255 or 35.23% from 562); Blue value is 161 (63.28% from 255 or 28.65% from 562); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC6A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC6A1 is #34395E. Grayscale: #C3C3C3. Windows color (decimal): -3422559 or 10602187. OLE color: 10602187.

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

Color convert

RGB 203 198 161 -
CMYK 0 0.02 0.21 0.20
HSL 52.86º 0.29% 0.71% -
HSV(B) 52.86º 0.21% 0.8% -
XYZ 51.26 55.66 41.76 -
YUV 195.28 108.66 133.51 -
System Red Green Blue C M Y K H S L
Decimal 203 198 161 0 0.02 0.21 0.20 52.86 0.29 0.71
Hex CB C6 A1 0 2 15 14 35 1D 47
Octal 313 306 241 0 2 25 24 65 35 107
Binary 11001011 11000110 10100001 0 10 10101 10100 110101 11101 1000111

Color Harmonies of #CBC6A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC6A1

Black with #CBC6A1

Text Example


Text Example

White with #CBC6A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC6A1; }

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

 H1.HeaderClassName
 {
   color: #CBC6A1;
 }
 .AnyTagClassName
 {
   color: #CBC6A1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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