#C0BABE

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

Shades of Maverick #C0BABE

Tints of Maverick #C0BABE

Color information

#C0BABE (or 0xC0BABE) is unknown color: approx Maverick. HEX triplet: C0, BA and BE. RGB value is (192,186,190). Sum of RGB (Red+Green+Blue) = 192+186+190=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BABE is #3F4541. Grayscale: #BCBCBC. Windows color (decimal): -4146498 or 12499648. OLE color: 12499648.

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

Color convert

RGB192186190-
CMYK00.030.010.25
HSL320º4.55%74.12%-
HSV(B)320º3.12%75.29%-
XYZ48.5950.0455.81-
YUV188.25128.99130.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.80%
GREEN value IS 186 (73.05% from 255) = 32.75%
BLUE value IS 190 (74.61% from 255) = 33.45%
R=33.80%
G=32.75%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218619000.030.010.253204.5574.12
HexC0BABE0311914054a
Octal300272276031315005112
Binary1100000010111010101111100111110011010000001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BABE; }

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

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

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

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

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

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

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

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