#C8667F

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

Shades of Charm #C8667F

Tints of Charm #C8667F

Color information

#C8667F (or 0xC8667F) is unknown color: approx Charm. HEX triplet: C8, 66 and 7F. RGB value is (200,102,127). Sum of RGB (Red+Green+Blue) = 200+102+127=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C8667F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8667F is #379980. Grayscale: #868686. Windows color (decimal): -3643777 or 8349384. OLE color: 8349384.

HSL color Cylindrical-coordinate representation of color #C8667F: hue angle of 344.69º 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 #C8667F is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB200102127-
CMYK00.490.360.22
HSL344.69º47.12%59.22%-
HSV(B)344.69º49%78.43%-
XYZ32.423.3122.87-
YUV134.15123.97174.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.62%
GREEN value IS 102 (40.23% from 255) = 23.78%
BLUE value IS 127 (50% from 255) = 29.60%
R=46.62%
G=23.78%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010212700.490.360.22344.6947.1259.22
HexC8667F03124161592f3b
Octal31014617706144265315773
Binary1100100011001101111111011000110010010110101011001101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8667F; }

 p { color: rgb(200,102,127); }

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

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

 a { background-color: rgb(200,102,127); }

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

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

 span { border-color: rgb(200,102,127); }

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