Html Css Color HEX #C9AEC4 Maverick

📋 copy color: '#C9AEC4'

red 201 ◦ green 174 ◦ blue 196

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

Shades of Maverick #C9AEC4

Tints of Maverick #C9AEC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.33%

R = 35.2%
G = 30.47%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#C9AEC4 (or 0xC9AEC4) is known color: Maverick. HEX triplet: C9, AE and C4. RGB value is (201,174,196). Sum of RGB (Red+Green+Blue) = 201+174+196=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 196 (76.95% from 255 or 34.33% from 571); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AEC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AEC4 is #36513B. Grayscale: #B8B8B8. Windows color (decimal): -3559740 or 12889801. OLE color: 12889801.

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

Color convert

RGB 201 174 196 -
CMYK 0 0.13 0.02 0.21
HSL 311.11º 0.2% 0.74% -
HSV(B) 311.11º 0.13% 0.79% -
XYZ 49.19 46.68 58.64 -
YUV 184.58 134.45 139.71 -
System Red Green Blue C M Y K H S L
Decimal 201 174 196 0 0.13 0.02 0.21 311.11 0.2 0.74
Hex C9 AE C4 0 D 2 15 137 14 4A
Octal 311 256 304 0 15 2 25 467 24 112
Binary 11001001 10101110 11000100 0 1101 10 10101 100110111 10100 1001010

Color Harmonies of #C9AEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AEC4

Black with #C9AEC4

Text Example


Text Example

White with #C9AEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AEC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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