Html Css Color HEX #C9ADBF Maverick

📋 copy color: '#C9ADBF'

red 201 ◦ green 173 ◦ blue 191

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

Shades of Maverick #C9ADBF

Tints of Maverick #C9ADBF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.62%

 BLUE value IS 191 (75% from 255) = 33.81%

R = 35.58%
G = 30.62%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C9ADBF (or 0xC9ADBF) is known color: Maverick. HEX triplet: C9, AD and BF. RGB value is (201,173,191). Sum of RGB (Red+Green+Blue) = 201+173+191=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ADBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ADBF is #365240. Grayscale: #B7B7B7. Windows color (decimal): -3560001 or 12561865. OLE color: 12561865.

HSL color Cylindrical-coordinate representation of color #C9ADBF: hue angle of 321.43º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9ADBF is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 173 191 -
CMYK 0 0.14 0.05 0.21
HSL 321.43º 0.21% 0.73% -
HSV(B) 321.43º 0.14% 0.79% -
XYZ 48.43 46.07 55.63 -
YUV 183.42 132.28 140.54 -
System Red Green Blue C M Y K H S L
Decimal 201 173 191 0 0.14 0.05 0.21 321.43 0.21 0.73
Hex C9 AD BF 0 E 5 15 141 15 49
Octal 311 255 277 0 16 5 25 501 25 111
Binary 11001001 10101101 10111111 0 1110 101 10101 101000001 10101 1001001

Color Harmonies of #C9ADBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ADBF

Black with #C9ADBF

Text Example


Text Example

White with #C9ADBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ADBF; }

 p { color: rgb(201,173,191); }

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

background-color css

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

 a { background-color: rgb(201,173,191); }

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

border-color css

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

 span { border-color: rgb(201,173,191); }

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