Html Css Color HEX #C0B3BE Maverick

📋 copy color: '#C0B3BE'

red 192 ◦ green 179 ◦ blue 190

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

Shades of Maverick #C0B3BE

Tints of Maverick #C0B3BE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.91%

 BLUE value IS 190 (74.61% from 255) = 33.87%

R = 34.22%
G = 31.91%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C0B3BE (or 0xC0B3BE) is known color: Maverick. HEX triplet: C0, B3 and BE. RGB value is (192,179,190). Sum of RGB (Red+Green+Blue) = 192+179+190=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 179 (70.31% from 255 or 31.91% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B3BE is #3F4C41. Grayscale: #B8B8B8. Windows color (decimal): -4148290 or 12497856. OLE color: 12497856.

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

Color convert

RGB 192 179 190 -
CMYK 0 0.07 0.01 0.25
HSL 309.23º 0.09% 0.73% -
HSV(B) 309.23º 0.07% 0.75% -
XYZ 47.15 47.16 55.33 -
YUV 184.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 192 179 190 0 0.07 0.01 0.25 309.23 0.09 0.73
Hex C0 B3 BE 0 7 1 19 135 9 49
Octal 300 263 276 0 7 1 31 465 11 111
Binary 11000000 10110011 10111110 0 111 1 11001 100110101 1001 1001001

Color Harmonies of #C0B3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B3BE

Black with #C0B3BE

Text Example


Text Example

White with #C0B3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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