Html Css Color HEX #C9B9C0 Maverick

📋 copy color: '#C9B9C0'

red 201 ◦ green 185 ◦ blue 192

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

Shades of Maverick #C9B9C0

Tints of Maverick #C9B9C0

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.01%

 BLUE value IS 192 (75.39% from 255) = 33.22%

R = 34.78%
G = 32.01%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#C9B9C0 (or 0xC9B9C0) is known color: Maverick. HEX triplet: C9, B9 and C0. RGB value is (201,185,192). Sum of RGB (Red+Green+Blue) = 201+185+192=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 192 (75.39% from 255 or 33.22% from 578); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B9C0 is #36463F. Grayscale: #BEBEBE. Windows color (decimal): -3556928 or 12630473. OLE color: 12630473.

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

Color convert

RGB 201 185 192 -
CMYK 0 0.08 0.04 0.21
HSL 333.75º 0.13% 0.76% -
HSV(B) 333.75º 0.08% 0.79% -
XYZ 50.95 50.92 57.01 -
YUV 190.58 128.8 135.43 -
System Red Green Blue C M Y K H S L
Decimal 201 185 192 0 0.08 0.04 0.21 333.75 0.13 0.76
Hex C9 B9 C0 0 8 4 15 14E D 4C
Octal 311 271 300 0 10 4 25 516 15 114
Binary 11001001 10111001 11000000 0 1000 100 10101 101001110 1101 1001100

Color Harmonies of #C9B9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B9C0

Black with #C9B9C0

Text Example


Text Example

White with #C9B9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B9C0; }

 p { color: rgb(201,185,192); }

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

background-color css

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

 a { background-color: rgb(201,185,192); }

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

border-color css

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

 span { border-color: rgb(201,185,192); }

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