Html Css Color HEX #CCCBA3 Kangaroo

📋 copy color: '#CCCBA3'

red 204 ◦ green 203 ◦ blue 163

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

Shades of Kangaroo #CCCBA3

Tints of Kangaroo #CCCBA3

RGB

 RED value IS 204 (80.08% from 255) = 35.79%

 GREEN value IS 203 (79.69% from 255) = 35.61%

 BLUE value IS 163 (64.06% from 255) = 28.6%

R = 35.79%
G = 35.61%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#CCCBA3 (or 0xCCCBA3) is known color: Kangaroo. HEX triplet: CC, CB and A3. RGB value is (204,203,163). Sum of RGB (Red+Green+Blue) = 204+203+163=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 163 (64.06% from 255 or 28.60% from 570); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCBA3 is #33345C. Grayscale: #C6C6C6. Windows color (decimal): -3355741 or 10734540. OLE color: 10734540.

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

Color convert

RGB 204 203 163 -
CMYK 0 0.00 0.20 0.2
HSL 58.54º 0.29% 0.72% -
HSV(B) 58.54º 0.2% 0.8% -
XYZ 52.87 58.19 43.1 -
YUV 198.74 107.83 131.75 -
System Red Green Blue C M Y K H S L
Decimal 204 203 163 0 0.00 0.20 0.2 58.54 0.29 0.72
Hex CC CB A3 0 0 14 14 3B 1D 48
Octal 314 313 243 0 0 24 24 73 35 110
Binary 11001100 11001011 10100011 0 0 10100 10100 111011 11101 1001000

Color Harmonies of #CCCBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCBA3

Black with #CCCBA3

Text Example


Text Example

White with #CCCBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCBA3; }

 p { color: rgb(204,203,163); }

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

background-color css

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

 a { background-color: rgb(204,203,163); }

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

border-color css

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

 span { border-color: rgb(204,203,163); }

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