Html Css Color HEX #C0B1BD Maverick

📋 copy color: '#C0B1BD'

red 192 ◦ green 177 ◦ blue 189

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

Shades of Maverick #C0B1BD

Tints of Maverick #C0B1BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.87%

R = 34.41%
G = 31.72%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C0B1BD (or 0xC0B1BD) is known color: Maverick. HEX triplet: C0, B1 and BD. RGB value is (192,177,189). Sum of RGB (Red+Green+Blue) = 192+177+189=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 177 (69.53% from 255 or 31.72% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B1BD is #3F4E42. Grayscale: #B6B6B6. Windows color (decimal): -4148803 or 12431808. OLE color: 12431808.

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

Color convert

RGB 192 177 189 -
CMYK 0 0.08 0.02 0.25
HSL 312º 0.11% 0.72% -
HSV(B) 312º 0.08% 0.75% -
XYZ 46.65 46.32 54.63 -
YUV 182.85 131.47 134.52 -
System Red Green Blue C M Y K H S L
Decimal 192 177 189 0 0.08 0.02 0.25 312 0.11 0.72
Hex C0 B1 BD 0 8 2 19 138 B 48
Octal 300 261 275 0 10 2 31 470 13 110
Binary 11000000 10110001 10111101 0 1000 10 11001 100111000 1011 1001000

Color Harmonies of #C0B1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B1BD

Black with #C0B1BD

Text Example


Text Example

White with #C0B1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B1BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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