Html Css Color HEX #C3B1B8 Maverick

📋 copy color: '#C3B1B8'

red 195 ◦ green 177 ◦ blue 184

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

Shades of Maverick #C3B1B8

Tints of Maverick #C3B1B8

RGB

 RED value IS 195 (76.56% from 255) = 35.07%

 GREEN value IS 177 (69.53% from 255) = 31.83%

 BLUE value IS 184 (72.27% from 255) = 33.09%

R = 35.07%
G = 31.83%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C3B1B8 (or 0xC3B1B8) is known color: Maverick. HEX triplet: C3, B1 and B8. RGB value is (195,177,184). Sum of RGB (Red+Green+Blue) = 195+177+184=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 177 (69.53% from 255 or 31.83% from 556); Blue value is 184 (72.27% from 255 or 33.09% from 556); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B1B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B1B8 is #3C4E47. Grayscale: #B7B7B7. Windows color (decimal): -3952200 or 12104131. OLE color: 12104131.

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

Color convert

RGB 195 177 184 -
CMYK 0 0.09 0.06 0.24
HSL 336.67º 0.13% 0.73% -
HSV(B) 336.67º 0.09% 0.76% -
XYZ 46.88 46.51 51.85 -
YUV 183.18 128.46 136.43 -
System Red Green Blue C M Y K H S L
Decimal 195 177 184 0 0.09 0.06 0.24 336.67 0.13 0.73
Hex C3 B1 B8 0 9 6 18 151 D 49
Octal 303 261 270 0 11 6 30 521 15 111
Binary 11000011 10110001 10111000 0 1001 110 11000 101010001 1101 1001001

Color Harmonies of #C3B1B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B1B8

Black with #C3B1B8

Text Example


Text Example

White with #C3B1B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B1B8; }

 p { color: rgb(195,177,184); }

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

background-color css

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

 a { background-color: rgb(195,177,184); }

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

border-color css

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

 span { border-color: rgb(195,177,184); }

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