Html Css Color HEX #C9AEC0 Maverick

📋 copy color: '#C9AEC0'

red 201 ◦ green 174 ◦ blue 192

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

Shades of Maverick #C9AEC0

Tints of Maverick #C9AEC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.86%

R = 35.45%
G = 30.69%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#C9AEC0 (or 0xC9AEC0) is known color: Maverick. HEX triplet: C9, AE and C0. RGB value is (201,174,192). Sum of RGB (Red+Green+Blue) = 201+174+192=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AEC0 is #36513F. Grayscale: #B8B8B8. Windows color (decimal): -3559744 or 12627657. OLE color: 12627657.

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

Color convert

RGB 201 174 192 -
CMYK 0 0.13 0.04 0.21
HSL 320º 0.2% 0.74% -
HSV(B) 320º 0.13% 0.79% -
XYZ 48.74 46.5 56.27 -
YUV 184.13 132.45 140.04 -
System Red Green Blue C M Y K H S L
Decimal 201 174 192 0 0.13 0.04 0.21 320 0.2 0.74
Hex C9 AE C0 0 D 4 15 140 14 4A
Octal 311 256 300 0 15 4 25 500 24 112
Binary 11001001 10101110 11000000 0 1101 100 10101 101000000 10100 1001010

Color Harmonies of #C9AEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AEC0

Black with #C9AEC0

Text Example


Text Example

White with #C9AEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AEC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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