#C8A8BC

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

Shades of Maverick #C8A8BC

Tints of Maverick #C8A8BC

Color information

#C8A8BC (or 0xC8A8BC) is unknown color: approx Maverick. HEX triplet: C8, A8 and BC. RGB value is (200,168,188). Sum of RGB (Red+Green+Blue) = 200+168+188=556 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.97% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A8BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A8BC is #375743. Grayscale: #B3B3B3. Windows color (decimal): -3626820 or 12363976. OLE color: 12363976.

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

Color convert

RGB200168188-
CMYK00.160.060.22
HSL322.5º22.54%72.16%-
HSV(B)322.5º16%78.43%-
XYZ46.943.9253.58-
YUV179.85132.6142.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.97%
GREEN value IS 168 (66.02% from 255) = 30.22%
BLUE value IS 188 (73.83% from 255) = 33.81%
R=35.97%
G=30.22%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016818800.160.060.22322.522.5472.16
HexC8A8BC0106161421748
Octal31025027402062650227110
Binary11001000101010001011110001000011010110101000010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A8BC; }

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

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

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

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

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

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

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

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