Html Css Color HEX #C2A6BB Maverick

📋 copy color: '#C2A6BB'

red 194 ◦ green 166 ◦ blue 187

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

Shades of Maverick #C2A6BB

Tints of Maverick #C2A6BB

RGB

 RED value IS 194 (76.17% from 255) = 35.47%

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

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

R = 35.47%
G = 30.35%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C2A6BB (or 0xC2A6BB) is known color: Maverick. HEX triplet: C2, A6 and BB. RGB value is (194,166,187). Sum of RGB (Red+Green+Blue) = 194+166+187=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 166 (65.23% from 255 or 30.35% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A6BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A6BB is #3D5944. Grayscale: #B0B0B0. Windows color (decimal): -4020549 or 12297922. OLE color: 12297922.

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

Color convert

RGB 194 166 187 -
CMYK 0 0.14 0.04 0.24
HSL 315º 0.19% 0.71% -
HSV(B) 315º 0.14% 0.76% -
XYZ 44.85 42.33 52.82 -
YUV 176.77 133.78 140.29 -
System Red Green Blue C M Y K H S L
Decimal 194 166 187 0 0.14 0.04 0.24 315 0.19 0.71
Hex C2 A6 BB 0 E 4 18 13B 13 47
Octal 302 246 273 0 16 4 30 473 23 107
Binary 11000010 10100110 10111011 0 1110 100 11000 100111011 10011 1000111

Color Harmonies of #C2A6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A6BB

Black with #C2A6BB

Text Example


Text Example

White with #C2A6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A6BB; }

 p { color: rgb(194,166,187); }

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

background-color css

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

 a { background-color: rgb(194,166,187); }

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

border-color css

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

 span { border-color: rgb(194,166,187); }

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