Html Css Color HEX #C0B0BA Maverick

📋 copy color: '#C0B0BA'

red 192 ◦ green 176 ◦ blue 186

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

Shades of Maverick #C0B0BA

Tints of Maverick #C0B0BA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.77%

 BLUE value IS 186 (73.05% from 255) = 33.57%

R = 34.66%
G = 31.77%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C0B0BA (or 0xC0B0BA) is known color: Maverick. HEX triplet: C0, B0 and BA. RGB value is (192,176,186). Sum of RGB (Red+Green+Blue) = 192+176+186=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B0BA is #3F4F45. Grayscale: #B5B5B5. Windows color (decimal): -4149062 or 12234944. OLE color: 12234944.

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

Color convert

RGB 192 176 186 -
CMYK 0 0.08 0.03 0.25
HSL 322.5º 0.11% 0.72% -
HSV(B) 322.5º 0.08% 0.75% -
XYZ 46.13 45.8 52.86 -
YUV 181.92 130.3 135.19 -
System Red Green Blue C M Y K H S L
Decimal 192 176 186 0 0.08 0.03 0.25 322.5 0.11 0.72
Hex C0 B0 BA 0 8 3 19 142 B 48
Octal 300 260 272 0 10 3 31 502 13 110
Binary 11000000 10110000 10111010 0 1000 11 11001 101000010 1011 1001000

Color Harmonies of #C0B0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B0BA

Black with #C0B0BA

Text Example


Text Example

White with #C0B0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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