Html Css Color HEX #C9AFBD Maverick

📋 copy color: '#C9AFBD'

red 201 ◦ green 175 ◦ blue 189

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

Shades of Maverick #C9AFBD

Tints of Maverick #C9AFBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.45%

R = 35.58%
G = 30.97%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C9AFBD (or 0xC9AFBD) is known color: Maverick. HEX triplet: C9, AF and BD. RGB value is (201,175,189). Sum of RGB (Red+Green+Blue) = 201+175+189=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFBD is #365042. Grayscale: #B8B8B8. Windows color (decimal): -3559491 or 12431305. OLE color: 12431305.

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

Color convert

RGB 201 175 189 -
CMYK 0 0.13 0.06 0.21
HSL 327.69º 0.19% 0.74% -
HSV(B) 327.69º 0.13% 0.79% -
XYZ 48.6 46.75 54.61 -
YUV 184.37 130.61 139.86 -
System Red Green Blue C M Y K H S L
Decimal 201 175 189 0 0.13 0.06 0.21 327.69 0.19 0.74
Hex C9 AF BD 0 D 6 15 148 13 4A
Octal 311 257 275 0 15 6 25 510 23 112
Binary 11001001 10101111 10111101 0 1101 110 10101 101001000 10011 1001010

Color Harmonies of #C9AFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AFBD

Black with #C9AFBD

Text Example


Text Example

White with #C9AFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AFBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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