Html Css Color HEX #C9AEBA Maverick

📋 copy color: '#C9AEBA'

red 201 ◦ green 174 ◦ blue 186

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

Shades of Maverick #C9AEBA

Tints of Maverick #C9AEBA

RGB

 RED value IS 201 (78.91% from 255) = 35.83%

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

 BLUE value IS 186 (73.05% from 255) = 33.16%

R = 35.83%
G = 31.02%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C9AEBA (or 0xC9AEBA) is known color: Maverick. HEX triplet: C9, AE and BA. RGB value is (201,174,186). Sum of RGB (Red+Green+Blue) = 201+174+186=561 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.83% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AEBA is #365145. Grayscale: #B7B7B7. Windows color (decimal): -3559750 or 12234441. OLE color: 12234441.

HSL color Cylindrical-coordinate representation of color #C9AEBA: hue angle of 333.33º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9AEBA is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 174 186 -
CMYK 0 0.13 0.07 0.21
HSL 333.33º 0.2% 0.74% -
HSV(B) 333.33º 0.13% 0.79% -
XYZ 48.09 46.23 52.84 -
YUV 183.44 129.45 140.52 -
System Red Green Blue C M Y K H S L
Decimal 201 174 186 0 0.13 0.07 0.21 333.33 0.2 0.74
Hex C9 AE BA 0 D 7 15 14D 14 4A
Octal 311 256 272 0 15 7 25 515 24 112
Binary 11001001 10101110 10111010 0 1101 111 10101 101001101 10100 1001010

Color Harmonies of #C9AEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AEBA

Black with #C9AEBA

Text Example


Text Example

White with #C9AEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AEBA; }

 p { color: rgb(201,174,186); }

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

background-color css

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

 a { background-color: rgb(201,174,186); }

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

border-color css

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

 span { border-color: rgb(201,174,186); }

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