#C8BCC1

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

Shades of Maverick #C8BCC1

Tints of Maverick #C8BCC1

Color information

#C8BCC1 (or 0xC8BCC1) is unknown color: approx Maverick. HEX triplet: C8, BC and C1. RGB value is (200,188,193). Sum of RGB (Red+Green+Blue) = 200+188+193=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BCC1 is #37433E. Grayscale: #C0C0C0. Windows color (decimal): -3621695 or 12696776. OLE color: 12696776.

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

Color convert

RGB200188193-
CMYK00.060.040.22
HSL335º9.84%76.08%-
HSV(B)335º6%78.43%-
XYZ51.4352.157.8-
YUV192.16128.48133.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.42%
GREEN value IS 188 (73.83% from 255) = 32.36%
BLUE value IS 193 (75.78% from 255) = 33.22%
R=34.42%
G=32.36%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018819300.060.040.223359.8476.08
HexC8BCC10641614fa4c
Octal3102743010642651712114
Binary11001000101111001100000101101001011010100111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BCC1; }

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

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

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

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

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

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

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

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