Html Css Color HEX #C9AFBA Maverick

📋 copy color: '#C9AFBA'

red 201 ◦ green 175 ◦ blue 186

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

Shades of Maverick #C9AFBA

Tints of Maverick #C9AFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.1%

R = 35.77%
G = 31.14%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C9AFBA (or 0xC9AFBA) is known color: Maverick. HEX triplet: C9, AF and BA. RGB value is (201,175,186). Sum of RGB (Red+Green+Blue) = 201+175+186=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFBA is #365045. Grayscale: #B8B8B8. Windows color (decimal): -3559494 or 12234697. OLE color: 12234697.

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

Color convert

RGB 201 175 186 -
CMYK 0 0.13 0.07 0.21
HSL 334.62º 0.19% 0.74% -
HSV(B) 334.62º 0.13% 0.79% -
XYZ 48.28 46.62 52.91 -
YUV 184.03 129.11 140.11 -
System Red Green Blue C M Y K H S L
Decimal 201 175 186 0 0.13 0.07 0.21 334.62 0.19 0.74
Hex C9 AF BA 0 D 7 15 14F 13 4A
Octal 311 257 272 0 15 7 25 517 23 112
Binary 11001001 10101111 10111010 0 1101 111 10101 101001111 10011 1001010

Color Harmonies of #C9AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AFBA

Black with #C9AFBA

Text Example


Text Example

White with #C9AFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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