Html Css Color HEX #C2AEBE Maverick

📋 copy color: '#C2AEBE'

red 194 ◦ green 174 ◦ blue 190

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

Shades of Maverick #C2AEBE

Tints of Maverick #C2AEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.05%

R = 34.77%
G = 31.18%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C2AEBE (or 0xC2AEBE) is known color: Maverick. HEX triplet: C2, AE and BE. RGB value is (194,174,190). Sum of RGB (Red+Green+Blue) = 194+174+190=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AEBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AEBE is #3D5141. Grayscale: #B5B5B5. Windows color (decimal): -4018498 or 12496578. OLE color: 12496578.

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

Color convert

RGB 194 174 190 -
CMYK 0 0.10 0.02 0.24
HSL 312º 0.14% 0.72% -
HSV(B) 312º 0.1% 0.76% -
XYZ 46.68 45.46 55.03 -
YUV 181.8 132.63 136.7 -
System Red Green Blue C M Y K H S L
Decimal 194 174 190 0 0.10 0.02 0.24 312 0.14 0.72
Hex C2 AE BE 0 A 2 18 138 E 48
Octal 302 256 276 0 12 2 30 470 16 110
Binary 11000010 10101110 10111110 0 1010 10 11000 100111000 1110 1001000

Color Harmonies of #C2AEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AEBE

Black with #C2AEBE

Text Example


Text Example

White with #C2AEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AEBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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