Html Css Color HEX #C9AFC4 Maverick

📋 copy color: '#C9AFC4'

red 201 ◦ green 175 ◦ blue 196

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

Shades of Maverick #C9AFC4

Tints of Maverick #C9AFC4

RGB

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

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

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

R = 35.14%
G = 30.59%
B = 34.27%

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

#C9AFC4 (or 0xC9AFC4) is known color: Maverick. HEX triplet: C9, AF and C4. RGB value is (201,175,196). Sum of RGB (Red+Green+Blue) = 201+175+196=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 196 (76.95% from 255 or 34.27% from 572); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AFC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFC4 is #36503B. Grayscale: #B9B9B9. Windows color (decimal): -3559484 or 12890057. OLE color: 12890057.

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

Color convert

RGB 201 175 196 -
CMYK 0 0.13 0.02 0.21
HSL 311.54º 0.19% 0.74% -
HSV(B) 311.54º 0.13% 0.79% -
XYZ 49.38 47.06 58.71 -
YUV 185.17 134.11 139.29 -
System Red Green Blue C M Y K H S L
Decimal 201 175 196 0 0.13 0.02 0.21 311.54 0.19 0.74
Hex C9 AF C4 0 D 2 15 138 13 4A
Octal 311 257 304 0 15 2 25 470 23 112
Binary 11001001 10101111 11000100 0 1101 10 10101 100111000 10011 1001010

Color Harmonies of #C9AFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AFC4

Black with #C9AFC4

Text Example


Text Example

White with #C9AFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AFC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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