Html Css Color HEX #C3A6BD Maverick

📋 copy color: '#C3A6BD'

red 195 ◦ green 166 ◦ blue 189

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

Shades of Maverick #C3A6BD

Tints of Maverick #C3A6BD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.18%

 BLUE value IS 189 (74.22% from 255) = 34.36%

R = 35.45%
G = 30.18%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C3A6BD (or 0xC3A6BD) is known color: Maverick. HEX triplet: C3, A6 and BD. RGB value is (195,166,189). Sum of RGB (Red+Green+Blue) = 195+166+189=550 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.45% from 550); Green value is 166 (65.23% from 255 or 30.18% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A6BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A6BD is #3C5942. Grayscale: #B1B1B1. Windows color (decimal): -3955011 or 12428995. OLE color: 12428995.

HSL color Cylindrical-coordinate representation of color #C3A6BD: hue angle of 312.41º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3A6BD is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 166 189 -
CMYK 0 0.15 0.03 0.24
HSL 312.41º 0.19% 0.71% -
HSV(B) 312.41º 0.15% 0.76% -
XYZ 45.33 42.55 53.97 -
YUV 177.29 134.61 140.63 -
System Red Green Blue C M Y K H S L
Decimal 195 166 189 0 0.15 0.03 0.24 312.41 0.19 0.71
Hex C3 A6 BD 0 F 3 18 138 13 47
Octal 303 246 275 0 17 3 30 470 23 107
Binary 11000011 10100110 10111101 0 1111 11 11000 100111000 10011 1000111

Color Harmonies of #C3A6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A6BD

Black with #C3A6BD

Text Example


Text Example

White with #C3A6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A6BD; }

 p { color: rgb(195,166,189); }

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

background-color css

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

 a { background-color: rgb(195,166,189); }

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

border-color css

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

 span { border-color: rgb(195,166,189); }

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