Html Css Color HEX #C2A6BC Maverick

📋 copy color: '#C2A6BC'

red 194 ◦ green 166 ◦ blue 188

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

Shades of Maverick #C2A6BC

Tints of Maverick #C2A6BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.31%

R = 35.4%
G = 30.29%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C2A6BC (or 0xC2A6BC) is known color: Maverick. HEX triplet: C2, A6 and BC. RGB value is (194,166,188). Sum of RGB (Red+Green+Blue) = 194+166+188=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 166 (65.23% from 255 or 30.29% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A6BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A6BC is #3D5943. Grayscale: #B0B0B0. Windows color (decimal): -4020548 or 12363458. OLE color: 12363458.

HSL color Cylindrical-coordinate representation of color #C2A6BC: hue angle of 312.86º 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 #C2A6BC is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 166 188 -
CMYK 0 0.14 0.03 0.24
HSL 312.86º 0.19% 0.71% -
HSV(B) 312.86º 0.14% 0.76% -
XYZ 44.96 42.37 53.39 -
YUV 176.88 134.28 140.21 -
System Red Green Blue C M Y K H S L
Decimal 194 166 188 0 0.14 0.03 0.24 312.86 0.19 0.71
Hex C2 A6 BC 0 E 3 18 139 13 47
Octal 302 246 274 0 16 3 30 471 23 107
Binary 11000010 10100110 10111100 0 1110 11 11000 100111001 10011 1000111

Color Harmonies of #C2A6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A6BC

Black with #C2A6BC

Text Example


Text Example

White with #C2A6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A6BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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