Html Css Color HEX #C2B0BD Maverick

📋 copy color: '#C2B0BD'

red 194 ◦ green 176 ◦ blue 189

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

Shades of Maverick #C2B0BD

Tints of Maverick #C2B0BD

RGB

 RED value IS 194 (76.17% from 255) = 34.7%

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

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

R = 34.7%
G = 31.48%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C2B0BD (or 0xC2B0BD) is known color: Maverick. HEX triplet: C2, B0 and BD. RGB value is (194,176,189). Sum of RGB (Red+Green+Blue) = 194+176+189=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 176 (69.14% from 255 or 31.48% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B0BD is #3D4F42. Grayscale: #B6B6B6. Windows color (decimal): -4017987 or 12431554. OLE color: 12431554.

HSL color Cylindrical-coordinate representation of color #C2B0BD: hue angle of 316.67º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2B0BD is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 176 189 -
CMYK 0 0.09 0.03 0.24
HSL 316.67º 0.13% 0.73% -
HSV(B) 316.67º 0.09% 0.76% -
XYZ 46.96 46.19 54.59 -
YUV 182.86 131.46 135.94 -
System Red Green Blue C M Y K H S L
Decimal 194 176 189 0 0.09 0.03 0.24 316.67 0.13 0.73
Hex C2 B0 BD 0 9 3 18 13D D 49
Octal 302 260 275 0 11 3 30 475 15 111
Binary 11000010 10110000 10111101 0 1001 11 11000 100111101 1101 1001001

Color Harmonies of #C2B0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B0BD

Black with #C2B0BD

Text Example


Text Example

White with #C2B0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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