#C8767A

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

Shades of Charm #C8767A

Tints of Charm #C8767A

Color information

#C8767A (or 0xC8767A) is unknown color: approx Charm. HEX triplet: C8, 76 and 7A. RGB value is (200,118,122). Sum of RGB (Red+Green+Blue) = 200+118+122=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C8767A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8767A is #378985. Grayscale: #8F8F8F. Windows color (decimal): -3639686 or 8025800. OLE color: 8025800.

HSL color Cylindrical-coordinate representation of color #C8767A: hue angle of 357.07º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C8767A is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB200118122-
CMYK00.410.390.22
HSL357.07º42.71%62.35%-
HSV(B)357.07º41%78.43%-
XYZ33.8126.6421.77-
YUV142.97116.17168.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.45%
GREEN value IS 118 (46.48% from 255) = 26.82%
BLUE value IS 122 (48.05% from 255) = 27.73%
R=45.45%
G=26.82%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011812200.410.390.22357.0742.7162.35
HexC8767A02927161652b3e
Octal31016617205147265455376
Binary1100100011101101111010010100110011110110101100101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8767A; }

 p { color: rgb(200,118,122); }

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

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

 a { background-color: rgb(200,118,122); }

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

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

 span { border-color: rgb(200,118,122); }

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