Html Css Color HEX #C2A8BB Maverick

📋 copy color: '#C2A8BB'

red 194 ◦ green 168 ◦ blue 187

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

Shades of Maverick #C2A8BB

Tints of Maverick #C2A8BB

RGB

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

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

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

R = 35.34%
G = 30.6%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C2A8BB (or 0xC2A8BB) is known color: Maverick. HEX triplet: C2, A8 and BB. RGB value is (194,168,187). Sum of RGB (Red+Green+Blue) = 194+168+187=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A8BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A8BB is #3D5744. Grayscale: #B1B1B1. Windows color (decimal): -4020037 or 12298434. OLE color: 12298434.

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

Color convert

RGB 194 168 187 -
CMYK 0 0.13 0.04 0.24
HSL 316.15º 0.18% 0.71% -
HSV(B) 316.15º 0.13% 0.76% -
XYZ 45.22 43.06 52.94 -
YUV 177.94 133.11 139.46 -
System Red Green Blue C M Y K H S L
Decimal 194 168 187 0 0.13 0.04 0.24 316.15 0.18 0.71
Hex C2 A8 BB 0 D 4 18 13C 12 47
Octal 302 250 273 0 15 4 30 474 22 107
Binary 11000010 10101000 10111011 0 1101 100 11000 100111100 10010 1000111

Color Harmonies of #C2A8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A8BB

Black with #C2A8BB

Text Example


Text Example

White with #C2A8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A8BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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