Html Css Color HEX #C0B0BD Maverick

📋 copy color: '#C0B0BD'

red 192 ◦ green 176 ◦ blue 189

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

Shades of Maverick #C0B0BD

Tints of Maverick #C0B0BD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.6%

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

R = 34.47%
G = 31.6%
B = 33.93%

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

#C0B0BD (or 0xC0B0BD) is known color: Maverick. HEX triplet: C0, B0 and BD. RGB value is (192,176,189). Sum of RGB (Red+Green+Blue) = 192+176+189=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B0BD is #3F4F42. Grayscale: #B6B6B6. Windows color (decimal): -4149059 or 12431552. OLE color: 12431552.

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

Color convert

RGB 192 176 189 -
CMYK 0 0.08 0.02 0.25
HSL 311.25º 0.11% 0.72% -
HSV(B) 311.25º 0.08% 0.75% -
XYZ 46.45 45.93 54.56 -
YUV 182.27 131.8 134.94 -
System Red Green Blue C M Y K H S L
Decimal 192 176 189 0 0.08 0.02 0.25 311.25 0.11 0.72
Hex C0 B0 BD 0 8 2 19 137 B 48
Octal 300 260 275 0 10 2 31 467 13 110
Binary 11000000 10110000 10111101 0 1000 10 11001 100110111 1011 1001000

Color Harmonies of #C0B0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B0BD

Black with #C0B0BD

Text Example


Text Example

White with #C0B0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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