#C0BFAE

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

Shades of Kangaroo #C0BFAE

Tints of Kangaroo #C0BFAE

Color information

#C0BFAE (or 0xC0BFAE) is unknown color: approx Kangaroo. HEX triplet: C0, BF and AE. RGB value is (192,191,174). Sum of RGB (Red+Green+Blue) = 192+191+174=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BFAE is #3F4051. Grayscale: #BDBDBD. Windows color (decimal): -4145234 or 11452352. OLE color: 11452352.

HSL color Cylindrical-coordinate representation of color #C0BFAE: hue angle of 56.67º 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 #C0BFAE is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB192191174-
CMYK00.010.090.25
HSL56.67º12.5%71.76%-
HSV(B)56.67º9.38%75.29%-
XYZ48.0151.5247.46-
YUV189.36119.33129.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.47%
GREEN value IS 191 (75% from 255) = 34.29%
BLUE value IS 174 (68.36% from 255) = 31.24%
R=34.47%
G=34.29%
B=31.24%

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
Decimal19219117400.010.090.2556.6712.571.76
HexC0BFAE0191939d48
Octal3002772560111317115110
Binary1100000010111111101011100110011100111100111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BFAE; }

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

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

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

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

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

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

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

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