Html Css Color HEX #C0B1B8 Maverick

📋 copy color: '#C0B1B8'

red 192 ◦ green 177 ◦ blue 184

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

Shades of Maverick #C0B1B8

Tints of Maverick #C0B1B8

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.01%

 BLUE value IS 184 (72.27% from 255) = 33.27%

R = 34.72%
G = 32.01%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C0B1B8 (or 0xC0B1B8) is known color: Maverick. HEX triplet: C0, B1 and B8. RGB value is (192,177,184). Sum of RGB (Red+Green+Blue) = 192+177+184=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 184 (72.27% from 255 or 33.27% from 553); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B1B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B1B8 is #3F4E47. Grayscale: #B6B6B6. Windows color (decimal): -4148808 or 12104128. OLE color: 12104128.

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

Color convert

RGB 192 177 184 -
CMYK 0 0.08 0.04 0.25
HSL 332º 0.11% 0.72% -
HSV(B) 332º 0.08% 0.75% -
XYZ 46.11 46.11 51.82 -
YUV 182.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 192 177 184 0 0.08 0.04 0.25 332 0.11 0.72
Hex C0 B1 B8 0 8 4 19 14C B 48
Octal 300 261 270 0 10 4 31 514 13 110
Binary 11000000 10110001 10111000 0 1000 100 11001 101001100 1011 1001000

Color Harmonies of #C0B1B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B1B8

Black with #C0B1B8

Text Example


Text Example

White with #C0B1B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B1B8; }

 p { color: rgb(192,177,184); }

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

background-color css

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

 a { background-color: rgb(192,177,184); }

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

border-color css

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

 span { border-color: rgb(192,177,184); }

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