Html Css Color HEX #C9AEBF Maverick

📋 copy color: '#C9AEBF'

red 201 ◦ green 174 ◦ blue 191

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

Shades of Maverick #C9AEBF

Tints of Maverick #C9AEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 33.75%

R = 35.51%
G = 30.74%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C9AEBF (or 0xC9AEBF) is known color: Maverick. HEX triplet: C9, AE and BF. RGB value is (201,174,191). Sum of RGB (Red+Green+Blue) = 201+174+191=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AEBF is #365140. Grayscale: #B7B7B7. Windows color (decimal): -3559745 or 12562121. OLE color: 12562121.

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

Color convert

RGB 201 174 191 -
CMYK 0 0.13 0.05 0.21
HSL 322.22º 0.2% 0.74% -
HSV(B) 322.22º 0.13% 0.79% -
XYZ 48.63 46.45 55.69 -
YUV 184.01 131.95 140.12 -
System Red Green Blue C M Y K H S L
Decimal 201 174 191 0 0.13 0.05 0.21 322.22 0.2 0.74
Hex C9 AE BF 0 D 5 15 142 14 4A
Octal 311 256 277 0 15 5 25 502 24 112
Binary 11001001 10101110 10111111 0 1101 101 10101 101000010 10100 1001010

Color Harmonies of #C9AEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AEBF

Black with #C9AEBF

Text Example


Text Example

White with #C9AEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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