#C0BEAE

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

Shades of Kangaroo #C0BEAE

Tints of Kangaroo #C0BEAE

Color information

#C0BEAE (or 0xC0BEAE) is unknown color: approx Kangaroo. HEX triplet: C0, BE and AE. RGB value is (192,190,174). Sum of RGB (Red+Green+Blue) = 192+190+174=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BEAE is #3F4151. Grayscale: #BCBCBC. Windows color (decimal): -4145490 or 11452096. OLE color: 11452096.

HSL color Cylindrical-coordinate representation of color #C0BEAE: hue angle of 53.33º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0BEAE is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB192190174-
CMYK00.010.090.25
HSL53.33º12.5%71.76%-
HSV(B)53.33º9.38%75.29%-
XYZ47.7951.0947.39-
YUV188.77119.66130.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.53%
GREEN value IS 190 (74.61% from 255) = 34.17%
BLUE value IS 174 (68.36% from 255) = 31.29%
R=34.53%
G=34.17%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19219017400.010.090.2553.3312.571.76
HexC0BEAE0191935d48
Octal3002762560111316515110
Binary1100000010111110101011100110011100111010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BEAE; }

 p { color: rgb(192,190,174); }

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

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

 a { background-color: rgb(192,190,174); }

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

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

 span { border-color: rgb(192,190,174); }

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