Html Css Color HEX #C3B2BA Maverick

📋 copy color: '#C3B2BA'

red 195 ◦ green 178 ◦ blue 186

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

Shades of Maverick #C3B2BA

Tints of Maverick #C3B2BA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.84%

 BLUE value IS 186 (73.05% from 255) = 33.27%

R = 34.88%
G = 31.84%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C3B2BA (or 0xC3B2BA) is known color: Maverick. HEX triplet: C3, B2 and BA. RGB value is (195,178,186). Sum of RGB (Red+Green+Blue) = 195+178+186=559 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.88% from 559); Green value is 178 (69.92% from 255 or 31.84% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B2BA is #3C4D45. Grayscale: #B7B7B7. Windows color (decimal): -3951942 or 12235459. OLE color: 12235459.

HSL color Cylindrical-coordinate representation of color #C3B2BA: hue angle of 331.76º degrees, saturation: 0.12, 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 #C3B2BA is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 178 186 -
CMYK 0 0.09 0.05 0.24
HSL 331.76º 0.12% 0.73% -
HSV(B) 331.76º 0.09% 0.76% -
XYZ 47.29 46.99 53.03 -
YUV 184 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 195 178 186 0 0.09 0.05 0.24 331.76 0.12 0.73
Hex C3 B2 BA 0 9 5 18 14C C 49
Octal 303 262 272 0 11 5 30 514 14 111
Binary 11000011 10110010 10111010 0 1001 101 11000 101001100 1100 1001001

Color Harmonies of #C3B2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B2BA

Black with #C3B2BA

Text Example


Text Example

White with #C3B2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B2BA; }

 p { color: rgb(195,178,186); }

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

background-color css

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

 a { background-color: rgb(195,178,186); }

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

border-color css

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

 span { border-color: rgb(195,178,186); }

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