Html Css Color HEX #C2A7BC Maverick

📋 copy color: '#C2A7BC'

red 194 ◦ green 167 ◦ blue 188

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

Shades of Maverick #C2A7BC

Tints of Maverick #C2A7BC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.42%

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

R = 35.34%
G = 30.42%
B = 34.24%

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

#C2A7BC (or 0xC2A7BC) is known color: Maverick. HEX triplet: C2, A7 and BC. RGB value is (194,167,188). Sum of RGB (Red+Green+Blue) = 194+167+188=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A7BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A7BC is #3D5843. Grayscale: #B1B1B1. Windows color (decimal): -4020292 or 12363714. OLE color: 12363714.

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

Color convert

RGB 194 167 188 -
CMYK 0 0.14 0.03 0.24
HSL 313.33º 0.18% 0.71% -
HSV(B) 313.33º 0.14% 0.76% -
XYZ 45.14 42.74 53.45 -
YUV 177.47 133.95 139.79 -
System Red Green Blue C M Y K H S L
Decimal 194 167 188 0 0.14 0.03 0.24 313.33 0.18 0.71
Hex C2 A7 BC 0 E 3 18 139 12 47
Octal 302 247 274 0 16 3 30 471 22 107
Binary 11000010 10100111 10111100 0 1110 11 11000 100111001 10010 1000111

Color Harmonies of #C2A7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A7BC

Black with #C2A7BC

Text Example


Text Example

White with #C2A7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A7BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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