Html Css Color HEX #C0BABF Maverick

📋 copy color: '#C0BABF'

red 192 ◦ green 186 ◦ blue 191

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

Shades of Maverick #C0BABF

Tints of Maverick #C0BABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 33.57%

R = 33.74%
G = 32.69%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C0BABF (or 0xC0BABF) is known color: Maverick. HEX triplet: C0, BA and BF. RGB value is (192,186,191). Sum of RGB (Red+Green+Blue) = 192+186+191=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BABF is #3F4540. Grayscale: #BCBCBC. Windows color (decimal): -4146497 or 12565184. OLE color: 12565184.

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

Color convert

RGB 192 186 191 -
CMYK 0 0.03 0.01 0.25
HSL 310º 0.05% 0.74% -
HSV(B) 310º 0.03% 0.75% -
XYZ 48.7 50.09 56.39 -
YUV 188.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 192 186 191 0 0.03 0.01 0.25 310 0.05 0.74
Hex C0 BA BF 0 3 1 19 136 5 4A
Octal 300 272 277 0 3 1 31 466 5 112
Binary 11000000 10111010 10111111 0 11 1 11001 100110110 101 1001010

Color Harmonies of #C0BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BABF

Black with #C0BABF

Text Example


Text Example

White with #C0BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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