Html Css Color HEX #CBC9AD Kangaroo

📋 copy color: '#CBC9AD'

red 203 ◦ green 201 ◦ blue 173

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

Shades of Kangaroo #CBC9AD

Tints of Kangaroo #CBC9AD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.84%

 BLUE value IS 173 (67.97% from 255) = 29.98%

R = 35.18%
G = 34.84%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CBC9AD (or 0xCBC9AD) is known color: Kangaroo. HEX triplet: CB, C9 and AD. RGB value is (203,201,173). Sum of RGB (Red+Green+Blue) = 203+201+173=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 201 (78.91% from 255 or 34.84% from 577); Blue value is 173 (67.97% from 255 or 29.98% from 577); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC9AD is #343652. Grayscale: #C6C6C6. Windows color (decimal): -3421779 or 11389387. OLE color: 11389387.

HSL color Cylindrical-coordinate representation of color #CBC9AD: hue angle of 56º degrees, saturation: 0.22, 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 #CBC9AD is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 201 173 -
CMYK 0 0.01 0.15 0.20
HSL 56º 0.22% 0.74% -
HSV(B) 56º 0.15% 0.8% -
XYZ 53.06 57.49 47.83 -
YUV 198.41 113.66 131.28 -
System Red Green Blue C M Y K H S L
Decimal 203 201 173 0 0.01 0.15 0.20 56 0.22 0.74
Hex CB C9 AD 0 1 F 14 38 16 4A
Octal 313 311 255 0 1 17 24 70 26 112
Binary 11001011 11001001 10101101 0 1 1111 10100 111000 10110 1001010

Color Harmonies of #CBC9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC9AD

Black with #CBC9AD

Text Example


Text Example

White with #CBC9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC9AD; }

 p { color: rgb(203,201,173); }

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

background-color css

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

 a { background-color: rgb(203,201,173); }

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

border-color css

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

 span { border-color: rgb(203,201,173); }

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