Html Css Color HEX #CBC7AB Kangaroo

📋 copy color: '#CBC7AB'

red 203 ◦ green 199 ◦ blue 171

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

Shades of Kangaroo #CBC7AB

Tints of Kangaroo #CBC7AB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.73%

 BLUE value IS 171 (67.19% from 255) = 29.84%

R = 35.43%
G = 34.73%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CBC7AB (or 0xCBC7AB) is known color: Kangaroo. HEX triplet: CB, C7 and AB. RGB value is (203,199,171). Sum of RGB (Red+Green+Blue) = 203+199+171=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 199 (78.12% from 255 or 34.73% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC7AB is #343854. Grayscale: #C5C5C5. Windows color (decimal): -3422293 or 11257803. OLE color: 11257803.

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

Color convert

RGB 203 199 171 -
CMYK 0 0.02 0.16 0.20
HSL 52.5º 0.24% 0.73% -
HSV(B) 52.5º 0.16% 0.8% -
XYZ 52.4 56.48 46.67 -
YUV 197 113.33 132.28 -
System Red Green Blue C M Y K H S L
Decimal 203 199 171 0 0.02 0.16 0.20 52.5 0.24 0.73
Hex CB C7 AB 0 2 10 14 34 18 49
Octal 313 307 253 0 2 20 24 64 30 111
Binary 11001011 11000111 10101011 0 10 10000 10100 110100 11000 1001001

Color Harmonies of #CBC7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC7AB

Black with #CBC7AB

Text Example


Text Example

White with #CBC7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC7AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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