#C8676A

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

Shades of Mandy #C8676A

Tints of Mandy #C8676A

Color information

#C8676A (or 0xC8676A) is unknown color: approx Mandy. HEX triplet: C8, 67 and 6A. RGB value is (200,103,106). Sum of RGB (Red+Green+Blue) = 200+103+106=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8676A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8676A is #379895. Grayscale: #848484. Windows color (decimal): -3643542 or 6973384. OLE color: 6973384.

HSL color Cylindrical-coordinate representation of color #C8676A: hue angle of 358.14º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C8676A is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB200103106-
CMYK00.480.470.22
HSL358.14º46.86%59.41%-
HSV(B)358.14º48.5%78.43%-
XYZ31.2723.0216.43-
YUV132.34113.14176.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.90%
GREEN value IS 103 (40.62% from 255) = 25.18%
BLUE value IS 106 (41.80% from 255) = 25.92%
R=48.90%
G=25.18%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010310600.480.470.22358.1446.8659.41
HexC8676A0302F161662f3b
Octal31014715206057265465773
Binary1100100011001111101010011000010111110110101100110101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8676A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8676A; }

 p { color: rgb(200,103,106); }

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

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

 a { background-color: rgb(200,103,106); }

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

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

 span { border-color: rgb(200,103,106); }

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