Html Css Color HEX #C9B8BF Maverick

📋 copy color: '#C9B8BF'

red 201 ◦ green 184 ◦ blue 191

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

Shades of Maverick #C9B8BF

Tints of Maverick #C9B8BF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.94%

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

R = 34.9%
G = 31.94%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C9B8BF (or 0xC9B8BF) is known color: Maverick. HEX triplet: C9, B8 and BF. RGB value is (201,184,191). Sum of RGB (Red+Green+Blue) = 201+184+191=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 184 (72.27% from 255 or 31.94% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B8BF is #364740. Grayscale: #BDBDBD. Windows color (decimal): -3557185 or 12564681. OLE color: 12564681.

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

Color convert

RGB 201 184 191 -
CMYK 0 0.08 0.05 0.21
HSL 335.29º 0.14% 0.75% -
HSV(B) 335.29º 0.08% 0.79% -
XYZ 50.63 50.46 56.36 -
YUV 189.88 128.63 135.93 -
System Red Green Blue C M Y K H S L
Decimal 201 184 191 0 0.08 0.05 0.21 335.29 0.14 0.75
Hex C9 B8 BF 0 8 5 15 14F E 4B
Octal 311 270 277 0 10 5 25 517 16 113
Binary 11001001 10111000 10111111 0 1000 101 10101 101001111 1110 1001011

Color Harmonies of #C9B8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B8BF

Black with #C9B8BF

Text Example


Text Example

White with #C9B8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B8BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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