Html Css Color HEX #C2AEB9 Maverick

📋 copy color: '#C2AEB9'

red 194 ◦ green 174 ◦ blue 185

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

Shades of Maverick #C2AEB9

Tints of Maverick #C2AEB9

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.46%

 BLUE value IS 185 (72.66% from 255) = 33.45%

R = 35.08%
G = 31.46%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C2AEB9 (or 0xC2AEB9) is known color: Maverick. HEX triplet: C2, AE and B9. RGB value is (194,174,185). Sum of RGB (Red+Green+Blue) = 194+174+185=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AEB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AEB9 is #3D5146. Grayscale: #B5B5B5. Windows color (decimal): -4018503 or 12168898. OLE color: 12168898.

HSL color Cylindrical-coordinate representation of color #C2AEB9: hue angle of 327º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2AEB9 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 174 185 -
CMYK 0 0.10 0.05 0.24
HSL 327º 0.14% 0.72% -
HSV(B) 327º 0.1% 0.76% -
XYZ 46.14 45.24 52.2 -
YUV 181.23 130.13 137.11 -
System Red Green Blue C M Y K H S L
Decimal 194 174 185 0 0.10 0.05 0.24 327 0.14 0.72
Hex C2 AE B9 0 A 5 18 147 E 48
Octal 302 256 271 0 12 5 30 507 16 110
Binary 11000010 10101110 10111001 0 1010 101 11000 101000111 1110 1001000

Color Harmonies of #C2AEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AEB9

Black with #C2AEB9

Text Example


Text Example

White with #C2AEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AEB9; }

 p { color: rgb(194,174,185); }

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

background-color css

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

 a { background-color: rgb(194,174,185); }

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

border-color css

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

 span { border-color: rgb(194,174,185); }

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