Html Css Color HEX #C3B1BB Maverick

📋 copy color: '#C3B1BB'

red 195 ◦ green 177 ◦ blue 187

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

Shades of Maverick #C3B1BB

Tints of Maverick #C3B1BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.45%

R = 34.88%
G = 31.66%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C3B1BB (or 0xC3B1BB) is known color: Maverick. HEX triplet: C3, B1 and BB. RGB value is (195,177,187). Sum of RGB (Red+Green+Blue) = 195+177+187=559 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.88% from 559); Green value is 177 (69.53% from 255 or 31.66% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B1BB is #3C4E44. Grayscale: #B7B7B7. Windows color (decimal): -3952197 or 12300739. OLE color: 12300739.

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

Color convert

RGB 195 177 187 -
CMYK 0 0.09 0.04 0.24
HSL 326.67º 0.13% 0.73% -
HSV(B) 326.67º 0.09% 0.76% -
XYZ 47.2 46.63 53.53 -
YUV 183.52 129.96 136.19 -
System Red Green Blue C M Y K H S L
Decimal 195 177 187 0 0.09 0.04 0.24 326.67 0.13 0.73
Hex C3 B1 BB 0 9 4 18 147 D 49
Octal 303 261 273 0 11 4 30 507 15 111
Binary 11000011 10110001 10111011 0 1001 100 11000 101000111 1101 1001001

Color Harmonies of #C3B1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B1BB

Black with #C3B1BB

Text Example


Text Example

White with #C3B1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B1BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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