Html Css Color HEX #C0B2BE Maverick

📋 copy color: '#C0B2BE'

red 192 ◦ green 178 ◦ blue 190

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

Shades of Maverick #C0B2BE

Tints of Maverick #C0B2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.79%

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

R = 34.29%
G = 31.79%
B = 33.93%

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

#C0B2BE (or 0xC0B2BE) is known color: Maverick. HEX triplet: C0, B2 and BE. RGB value is (192,178,190). Sum of RGB (Red+Green+Blue) = 192+178+190=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 178 (69.92% from 255 or 31.79% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B2BE is #3F4D41. Grayscale: #B7B7B7. Windows color (decimal): -4148546 or 12497600. OLE color: 12497600.

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

Color convert

RGB 192 178 190 -
CMYK 0 0.07 0.01 0.25
HSL 308.57º 0.1% 0.73% -
HSV(B) 308.57º 0.07% 0.75% -
XYZ 46.95 46.76 55.27 -
YUV 183.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 192 178 190 0 0.07 0.01 0.25 308.57 0.1 0.73
Hex C0 B2 BE 0 7 1 19 135 A 49
Octal 300 262 276 0 7 1 31 465 12 111
Binary 11000000 10110010 10111110 0 111 1 11001 100110101 1010 1001001

Color Harmonies of #C0B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B2BE

Black with #C0B2BE

Text Example


Text Example

White with #C0B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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