Html Css Color HEX #C9B7BF Maverick

📋 copy color: '#C9B7BF'

red 201 ◦ green 183 ◦ blue 191

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

Shades of Maverick #C9B7BF

Tints of Maverick #C9B7BF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.83%

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

R = 34.96%
G = 31.83%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C9B7BF (or 0xC9B7BF) is known color: Maverick. HEX triplet: C9, B7 and BF. RGB value is (201,183,191). Sum of RGB (Red+Green+Blue) = 201+183+191=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 183 (71.88% from 255 or 31.83% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B7BF is #364840. Grayscale: #BDBDBD. Windows color (decimal): -3557441 or 12564425. OLE color: 12564425.

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

Color convert

RGB 201 183 191 -
CMYK 0 0.09 0.05 0.21
HSL 333.33º 0.14% 0.75% -
HSV(B) 333.33º 0.09% 0.79% -
XYZ 50.42 50.05 56.29 -
YUV 189.29 128.96 136.35 -
System Red Green Blue C M Y K H S L
Decimal 201 183 191 0 0.09 0.05 0.21 333.33 0.14 0.75
Hex C9 B7 BF 0 9 5 15 14D E 4B
Octal 311 267 277 0 11 5 25 515 16 113
Binary 11001001 10110111 10111111 0 1001 101 10101 101001101 1110 1001011

Color Harmonies of #C9B7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B7BF

Black with #C9B7BF

Text Example


Text Example

White with #C9B7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B7BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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