Html Css Color HEX #C0B9BE Maverick

📋 copy color: '#C0B9BE'

red 192 ◦ green 185 ◦ blue 190

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

Shades of Maverick #C0B9BE

Tints of Maverick #C0B9BE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.63%

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

R = 33.86%
G = 32.63%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C0B9BE (or 0xC0B9BE) is known color: Maverick. HEX triplet: C0, B9 and BE. RGB value is (192,185,190). Sum of RGB (Red+Green+Blue) = 192+185+190=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 185 (72.66% from 255 or 32.63% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B9BE is #3F4641. Grayscale: #BBBBBB. Windows color (decimal): -4146754 or 12499392. OLE color: 12499392.

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

Color convert

RGB 192 185 190 -
CMYK 0 0.04 0.01 0.25
HSL 317.14º 0.05% 0.74% -
HSV(B) 317.14º 0.04% 0.75% -
XYZ 48.38 49.62 55.74 -
YUV 187.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 192 185 190 0 0.04 0.01 0.25 317.14 0.05 0.74
Hex C0 B9 BE 0 4 1 19 13D 5 4A
Octal 300 271 276 0 4 1 31 475 5 112
Binary 11000000 10111001 10111110 0 100 1 11001 100111101 101 1001010

Color Harmonies of #C0B9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B9BE

Black with #C0B9BE

Text Example


Text Example

White with #C0B9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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