#C8B9C1

Color #C8B9C1 Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #C8B9C1

Tints of Maverick #C8B9C1

Color information

#C8B9C1 (or 0xC8B9C1) is unknown color: approx Maverick. HEX triplet: C8, B9 and C1. RGB value is (200,185,193). Sum of RGB (Red+Green+Blue) = 200+185+193=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 193 (75.78% from 255 or 33.39% from 578); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B9C1 is #37463E. Grayscale: #BEBEBE. Windows color (decimal): -3622463 or 12696008. OLE color: 12696008.

HSL color Cylindrical-coordinate representation of color #C8B9C1: hue angle of 328º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8B9C1 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB200185193-
CMYK00.080.040.22
HSL328º12%75.49%-
HSV(B)328º7.5%78.43%-
XYZ50.7950.8357.59-
YUV190.4129.47134.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.60%
GREEN value IS 185 (72.66% from 255) = 32.01%
BLUE value IS 193 (75.78% from 255) = 33.39%
R=34.60%
G=32.01%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018519300.080.040.223281275.49
HexC8B9C108416148c4b
Octal31027130101042651014113
Binary110010001011100111000001010001001011010100100011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B9C1; }

 p { color: rgb(200,185,193); }

 H1.HeaderClassName
 {
   color: #C8B9C1;
 }
 .AnyTagClassName
 {
   color: #C8B9C1;
 }
</style>
background-color css

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

 a { background-color: rgb(200,185,193); }

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

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

 span { border-color: rgb(200,185,193); }

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