Html Css Color HEX #C9B2BF Maverick

📋 copy color: '#C9B2BF'

red 201 ◦ green 178 ◦ blue 191

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

Shades of Maverick #C9B2BF

Tints of Maverick #C9B2BF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.23%

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

R = 35.26%
G = 31.23%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C9B2BF (or 0xC9B2BF) is known color: Maverick. HEX triplet: C9, B2 and BF. RGB value is (201,178,191). Sum of RGB (Red+Green+Blue) = 201+178+191=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9B2BF is #364D40. Grayscale: #BABABA. Windows color (decimal): -3558721 or 12563145. OLE color: 12563145.

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

Color convert

RGB 201 178 191 -
CMYK 0 0.11 0.05 0.21
HSL 326.09º 0.18% 0.74% -
HSV(B) 326.09º 0.11% 0.79% -
XYZ 49.41 48.02 55.95 -
YUV 186.36 130.62 138.44 -
System Red Green Blue C M Y K H S L
Decimal 201 178 191 0 0.11 0.05 0.21 326.09 0.18 0.74
Hex C9 B2 BF 0 B 5 15 146 12 4A
Octal 311 262 277 0 13 5 25 506 22 112
Binary 11001001 10110010 10111111 0 1011 101 10101 101000110 10010 1001010

Color Harmonies of #C9B2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B2BF

Black with #C9B2BF

Text Example


Text Example

White with #C9B2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B2BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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