Html Css Color HEX #C2AEBB Maverick

📋 copy color: '#C2AEBB'

red 194 ◦ green 174 ◦ blue 187

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

Shades of Maverick #C2AEBB

Tints of Maverick #C2AEBB

RGB

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

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

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

R = 34.95%
G = 31.35%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C2AEBB (or 0xC2AEBB) is known color: Maverick. HEX triplet: C2, AE and BB. RGB value is (194,174,187). Sum of RGB (Red+Green+Blue) = 194+174+187=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AEBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AEBB is #3D5144. Grayscale: #B5B5B5. Windows color (decimal): -4018501 or 12299970. OLE color: 12299970.

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

Color convert

RGB 194 174 187 -
CMYK 0 0.10 0.04 0.24
HSL 321º 0.14% 0.72% -
HSV(B) 321º 0.1% 0.76% -
XYZ 46.35 45.33 53.32 -
YUV 181.46 131.13 136.94 -
System Red Green Blue C M Y K H S L
Decimal 194 174 187 0 0.10 0.04 0.24 321 0.14 0.72
Hex C2 AE BB 0 A 4 18 141 E 48
Octal 302 256 273 0 12 4 30 501 16 110
Binary 11000010 10101110 10111011 0 1010 100 11000 101000001 1110 1001000

Color Harmonies of #C2AEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AEBB

Black with #C2AEBB

Text Example


Text Example

White with #C2AEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AEBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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