Html Css Color HEX #C3B0BA Maverick

📋 copy color: '#C3B0BA'

red 195 ◦ green 176 ◦ blue 186

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

Shades of Maverick #C3B0BA

Tints of Maverick #C3B0BA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.6%

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

R = 35.01%
G = 31.6%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C3B0BA (or 0xC3B0BA) is known color: Maverick. HEX triplet: C3, B0 and BA. RGB value is (195,176,186). Sum of RGB (Red+Green+Blue) = 195+176+186=557 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.01% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B0BA is #3C4F45. Grayscale: #B6B6B6. Windows color (decimal): -3952454 or 12234947. OLE color: 12234947.

HSL color Cylindrical-coordinate representation of color #C3B0BA: hue angle of 328.42º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3B0BA is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 176 186 -
CMYK 0 0.10 0.05 0.24
HSL 328.42º 0.14% 0.73% -
HSV(B) 328.42º 0.1% 0.76% -
XYZ 46.89 46.2 52.9 -
YUV 182.82 129.79 136.69 -
System Red Green Blue C M Y K H S L
Decimal 195 176 186 0 0.10 0.05 0.24 328.42 0.14 0.73
Hex C3 B0 BA 0 A 5 18 148 E 49
Octal 303 260 272 0 12 5 30 510 16 111
Binary 11000011 10110000 10111010 0 1010 101 11000 101001000 1110 1001001

Color Harmonies of #C3B0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B0BA

Black with #C3B0BA

Text Example


Text Example

White with #C3B0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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