Html Css Color HEX #C9AFC1 Maverick

📋 copy color: '#C9AFC1'

red 201 ◦ green 175 ◦ blue 193

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

Shades of Maverick #C9AFC1

Tints of Maverick #C9AFC1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.76%

 BLUE value IS 193 (75.78% from 255) = 33.92%

R = 35.33%
G = 30.76%
B = 33.92%

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

#C9AFC1 (or 0xC9AFC1) is known color: Maverick. HEX triplet: C9, AF and C1. RGB value is (201,175,193). Sum of RGB (Red+Green+Blue) = 201+175+193=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 193 (75.78% from 255 or 33.92% from 569); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFC1 is #36503E. Grayscale: #B8B8B8. Windows color (decimal): -3559487 or 12693449. OLE color: 12693449.

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

Color convert

RGB 201 175 193 -
CMYK 0 0.13 0.04 0.21
HSL 318.46º 0.19% 0.74% -
HSV(B) 318.46º 0.13% 0.79% -
XYZ 49.04 46.93 56.93 -
YUV 184.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 201 175 193 0 0.13 0.04 0.21 318.46 0.19 0.74
Hex C9 AF C1 0 D 4 15 13E 13 4A
Octal 311 257 301 0 15 4 25 476 23 112
Binary 11001001 10101111 11000001 0 1101 100 10101 100111110 10011 1001010

Color Harmonies of #C9AFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AFC1

Black with #C9AFC1

Text Example


Text Example

White with #C9AFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AFC1; }

 p { color: rgb(201,175,193); }

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

background-color css

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

 a { background-color: rgb(201,175,193); }

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

border-color css

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

 span { border-color: rgb(201,175,193); }

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