Html Css Color HEX #C2B7BE Maverick

📋 copy color: '#C2B7BE'

red 194 ◦ green 183 ◦ blue 190

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

Shades of Maverick #C2B7BE

Tints of Maverick #C2B7BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.51%

R = 34.22%
G = 32.28%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C2B7BE (or 0xC2B7BE) is known color: Maverick. HEX triplet: C2, B7 and BE. RGB value is (194,183,190). Sum of RGB (Red+Green+Blue) = 194+183+190=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 183 (71.88% from 255 or 32.28% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B7BE is #3D4841. Grayscale: #BBBBBB. Windows color (decimal): -4016194 or 12498882. OLE color: 12498882.

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

Color convert

RGB 194 183 190 -
CMYK 0 0.06 0.02 0.24
HSL 321.82º 0.08% 0.74% -
HSV(B) 321.82º 0.06% 0.76% -
XYZ 48.48 49.05 55.63 -
YUV 187.09 129.64 132.93 -
System Red Green Blue C M Y K H S L
Decimal 194 183 190 0 0.06 0.02 0.24 321.82 0.08 0.74
Hex C2 B7 BE 0 6 2 18 142 8 4A
Octal 302 267 276 0 6 2 30 502 10 112
Binary 11000010 10110111 10111110 0 110 10 11000 101000010 1000 1001010

Color Harmonies of #C2B7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B7BE

Black with #C2B7BE

Text Example


Text Example

White with #C2B7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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