Html Css Color HEX #C9AFC3 Maverick

📋 copy color: '#C9AFC3'

red 201 ◦ green 175 ◦ blue 195

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

Shades of Maverick #C9AFC3

Tints of Maverick #C9AFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.15%

R = 35.2%
G = 30.65%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#C9AFC3 (or 0xC9AFC3) is known color: Maverick. HEX triplet: C9, AF and C3. RGB value is (201,175,195). Sum of RGB (Red+Green+Blue) = 201+175+195=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 195 (76.56% from 255 or 34.15% from 571); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AFC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFC3 is #36503C. Grayscale: #B9B9B9. Windows color (decimal): -3559485 or 12824521. OLE color: 12824521.

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

Color convert

RGB 201 175 195 -
CMYK 0 0.13 0.03 0.21
HSL 313.85º 0.19% 0.74% -
HSV(B) 313.85º 0.13% 0.79% -
XYZ 49.27 47.02 58.11 -
YUV 185.05 133.61 139.37 -
System Red Green Blue C M Y K H S L
Decimal 201 175 195 0 0.13 0.03 0.21 313.85 0.19 0.74
Hex C9 AF C3 0 D 3 15 13A 13 4A
Octal 311 257 303 0 15 3 25 472 23 112
Binary 11001001 10101111 11000011 0 1101 11 10101 100111010 10011 1001010

Color Harmonies of #C9AFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AFC3

Black with #C9AFC3

Text Example


Text Example

White with #C9AFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AFC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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