Html Css Color HEX #C0BABD Maverick

📋 copy color: '#C0BABD'

red 192 ◦ green 186 ◦ blue 189

#C0BABD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maverick #C0BABD

Tints of Maverick #C0BABD

RGB

 RED value IS 192 (75.39% from 255) = 33.86%

 GREEN value IS 186 (73.05% from 255) = 32.8%

 BLUE value IS 189 (74.22% from 255) = 33.33%

R = 33.86%
G = 32.8%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C0BABD (or 0xC0BABD) is known color: Maverick. HEX triplet: C0, BA and BD. RGB value is (192,186,189). Sum of RGB (Red+Green+Blue) = 192+186+189=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BABD is #3F4542. Grayscale: #BCBCBC. Windows color (decimal): -4146499 or 12434112. OLE color: 12434112.

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

Color convert

RGB 192 186 189 -
CMYK 0 0.03 0.02 0.25
HSL 330º 0.05% 0.74% -
HSV(B) 330º 0.03% 0.75% -
XYZ 48.48 50 55.24 -
YUV 188.14 128.49 130.76 -
System Red Green Blue C M Y K H S L
Decimal 192 186 189 0 0.03 0.02 0.25 330 0.05 0.74
Hex C0 BA BD 0 3 2 19 14A 5 4A
Octal 300 272 275 0 3 2 31 512 5 112
Binary 11000000 10111010 10111101 0 11 10 11001 101001010 101 1001010

Color Harmonies of #C0BABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BABD

Black with #C0BABD

Text Example


Text Example

White with #C0BABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BABD; }

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

 H1.HeaderClassName
 {
   color: #C0BABD;
 }
 .AnyTagClassName
 {
   color: #C0BABD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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