Html Css Color HEX #C2B7BF Maverick

📋 copy color: '#C2B7BF'

red 194 ◦ green 183 ◦ blue 191

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

Shades of Maverick #C2B7BF

Tints of Maverick #C2B7BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 33.63%

R = 34.15%
G = 32.22%
B = 33.63%

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

#C2B7BF (or 0xC2B7BF) is known color: Maverick. HEX triplet: C2, B7 and BF. RGB value is (194,183,191). Sum of RGB (Red+Green+Blue) = 194+183+191=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 183 (71.88% from 255 or 32.22% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B7BF is #3D4840. Grayscale: #BBBBBB. Windows color (decimal): -4016193 or 12564418. OLE color: 12564418.

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

Color convert

RGB 194 183 191 -
CMYK 0 0.06 0.02 0.24
HSL 316.36º 0.08% 0.74% -
HSV(B) 316.36º 0.06% 0.76% -
XYZ 48.59 49.1 56.21 -
YUV 187.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 194 183 191 0 0.06 0.02 0.24 316.36 0.08 0.74
Hex C2 B7 BF 0 6 2 18 13C 8 4A
Octal 302 267 277 0 6 2 30 474 10 112
Binary 11000010 10110111 10111111 0 110 10 11000 100111100 1000 1001010

Color Harmonies of #C2B7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B7BF

Black with #C2B7BF

Text Example


Text Example

White with #C2B7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B7BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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