Html Css Color HEX #C2AABB Maverick

📋 copy color: '#C2AABB'

red 194 ◦ green 170 ◦ blue 187

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

Shades of Maverick #C2AABB

Tints of Maverick #C2AABB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.85%

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

R = 35.21%
G = 30.85%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C2AABB (or 0xC2AABB) is known color: Maverick. HEX triplet: C2, AA and BB. RGB value is (194,170,187). Sum of RGB (Red+Green+Blue) = 194+170+187=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AABB is #3D5544. Grayscale: #B3B3B3. Windows color (decimal): -4019525 or 12298946. OLE color: 12298946.

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

Color convert

RGB 194 170 187 -
CMYK 0 0.12 0.04 0.24
HSL 317.5º 0.16% 0.71% -
HSV(B) 317.5º 0.12% 0.76% -
XYZ 45.59 43.81 53.07 -
YUV 179.11 132.45 138.62 -
System Red Green Blue C M Y K H S L
Decimal 194 170 187 0 0.12 0.04 0.24 317.5 0.16 0.71
Hex C2 AA BB 0 C 4 18 13E 10 47
Octal 302 252 273 0 14 4 30 476 20 107
Binary 11000010 10101010 10111011 0 1100 100 11000 100111110 10000 1000111

Color Harmonies of #C2AABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AABB

Black with #C2AABB

Text Example


Text Example

White with #C2AABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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