#C0B2BE

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

Shades of Maverick #C0B2BE

Tints of Maverick #C0B2BE

Color information

#C0B2BE (or 0xC0B2BE) is unknown color: approx Maverick. HEX triplet: C0, B2 and BE. RGB value is (192,178,190). Sum of RGB (Red+Green+Blue) = 192+178+190=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 178 (69.92% from 255 or 31.79% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B2BE is #3F4D41. Grayscale: #B7B7B7. Windows color (decimal): -4148546 or 12497600. OLE color: 12497600.

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

Color convert

RGB192178190-
CMYK00.070.010.25
HSL308.57º10%72.55%-
HSV(B)308.57º7.29%75.29%-
XYZ46.9546.7655.27-
YUV183.55131.64134.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.29%
GREEN value IS 178 (69.92% from 255) = 31.79%
BLUE value IS 190 (74.61% from 255) = 33.93%
R=34.29%
G=31.79%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217819000.070.010.25308.571072.55
HexC0B2BE07119135a49
Octal3002622760713146512111
Binary110000001011001010111110011111100110011010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B2BE; }

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

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

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

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

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

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

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

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