Html Css Color HEX #C2B7BD Maverick

📋 copy color: '#C2B7BD'

red 194 ◦ green 183 ◦ blue 189

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

Shades of Maverick #C2B7BD

Tints of Maverick #C2B7BD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.33%

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

R = 34.28%
G = 32.33%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C2B7BD (or 0xC2B7BD) is known color: Maverick. HEX triplet: C2, B7 and BD. RGB value is (194,183,189). Sum of RGB (Red+Green+Blue) = 194+183+189=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 183 (71.88% from 255 or 32.33% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B7BD is #3D4842. Grayscale: #BABABA. Windows color (decimal): -4016195 or 12433346. OLE color: 12433346.

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

Color convert

RGB 194 183 189 -
CMYK 0 0.06 0.03 0.24
HSL 327.27º 0.08% 0.74% -
HSV(B) 327.27º 0.06% 0.76% -
XYZ 48.37 49.01 55.05 -
YUV 186.97 129.14 133.01 -
System Red Green Blue C M Y K H S L
Decimal 194 183 189 0 0.06 0.03 0.24 327.27 0.08 0.74
Hex C2 B7 BD 0 6 3 18 147 8 4A
Octal 302 267 275 0 6 3 30 507 10 112
Binary 11000010 10110111 10111101 0 110 11 11000 101000111 1000 1001010

Color Harmonies of #C2B7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B7BD

Black with #C2B7BD

Text Example


Text Example

White with #C2B7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B7BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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