Html Css Color HEX #C2A8BC Maverick

📋 copy color: '#C2A8BC'

red 194 ◦ green 168 ◦ blue 188

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

Shades of Maverick #C2A8BC

Tints of Maverick #C2A8BC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.55%

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

R = 35.27%
G = 30.55%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C2A8BC (or 0xC2A8BC) is known color: Maverick. HEX triplet: C2, A8 and BC. RGB value is (194,168,188). Sum of RGB (Red+Green+Blue) = 194+168+188=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 168 (66.02% from 255 or 30.55% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A8BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A8BC is #3D5743. Grayscale: #B2B2B2. Windows color (decimal): -4020036 or 12363970. OLE color: 12363970.

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

Color convert

RGB 194 168 188 -
CMYK 0 0.13 0.03 0.24
HSL 313.85º 0.18% 0.71% -
HSV(B) 313.85º 0.13% 0.76% -
XYZ 45.33 43.11 53.51 -
YUV 178.05 133.61 139.37 -
System Red Green Blue C M Y K H S L
Decimal 194 168 188 0 0.13 0.03 0.24 313.85 0.18 0.71
Hex C2 A8 BC 0 D 3 18 13A 12 47
Octal 302 250 274 0 15 3 30 472 22 107
Binary 11000010 10101000 10111100 0 1101 11 11000 100111010 10010 1000111

Color Harmonies of #C2A8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A8BC

Black with #C2A8BC

Text Example


Text Example

White with #C2A8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A8BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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