#C8BFC5

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

Shades of Maverick #C8BFC5

Tints of Maverick #C8BFC5

Color information

#C8BFC5 (or 0xC8BFC5) is unknown color: approx Maverick. HEX triplet: C8, BF and C5. RGB value is (200,191,197). Sum of RGB (Red+Green+Blue) = 200+191+197=588 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.01% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BFC5 is #37403A. Grayscale: #C2C2C2. Windows color (decimal): -3620923 or 12959688. OLE color: 12959688.

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

Color convert

RGB200191197-
CMYK00.040.020.22
HSL320º7.56%76.67%-
HSV(B)320º4.5%78.43%-
XYZ52.5353.5760.4-
YUV194.37129.48132.01-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.01%
GREEN value IS 191 (75% from 255) = 32.48%
BLUE value IS 197 (77.34% from 255) = 33.50%
R=34.01%
G=32.48%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019119700.040.020.223207.5676.67
HexC8BFC50421614084d
Octal3102773050422650010115
Binary1100100010111111110001010100101011010100000010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BFC5; }

 p { color: rgb(200,191,197); }

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

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

 a { background-color: rgb(200,191,197); }

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

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

 span { border-color: rgb(200,191,197); }

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