#C0B0BD

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

Shades of Maverick #C0B0BD

Tints of Maverick #C0B0BD

Color information

#C0B0BD (or 0xC0B0BD) is unknown color: approx Maverick. HEX triplet: C0, B0 and BD. RGB value is (192,176,189). Sum of RGB (Red+Green+Blue) = 192+176+189=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B0BD is #3F4F42. Grayscale: #B6B6B6. Windows color (decimal): -4149059 or 12431552. OLE color: 12431552.

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

Color convert

RGB192176189-
CMYK00.080.020.25
HSL311.25º11.27%72.16%-
HSV(B)311.25º8.33%75.29%-
XYZ46.4545.9354.56-
YUV182.27131.8134.94-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.47%
GREEN value IS 176 (69.14% from 255) = 31.60%
BLUE value IS 189 (74.22% from 255) = 33.93%
R=34.47%
G=31.60%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217618900.080.020.25311.2511.2772.16
HexC0B0BD08219137b48
Octal30026027501023146713110
Binary11000000101100001011110101000101100110011011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B0BD; }

 p { color: rgb(192,176,189); }

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

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

 a { background-color: rgb(192,176,189); }

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

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

 span { border-color: rgb(192,176,189); }

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