#CF6C7A

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

Shades of Charm #CF6C7A

Tints of Charm #CF6C7A

Color information

#CF6C7A (or 0xCF6C7A) is unknown color: approx Charm. HEX triplet: CF, 6C and 7A. RGB value is (207,108,122). Sum of RGB (Red+Green+Blue) = 207+108+122=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6C7A is #309385. Grayscale: #8B8B8B. Windows color (decimal): -3183494 or 8023247. OLE color: 8023247.

HSL color Cylindrical-coordinate representation of color #CF6C7A: hue angle of 351.52º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF6C7A is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB207108122-
CMYK00.480.410.19
HSL351.52º50.77%61.76%-
HSV(B)351.52º47.83%81.18%-
XYZ34.6125.421.49-
YUV139.2118.3176.36-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.37%
GREEN value IS 108 (42.58% from 255) = 24.71%
BLUE value IS 122 (48.05% from 255) = 27.92%
R=47.37%
G=24.71%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710812200.480.410.19351.5250.7761.76
HexCF6C7A0302913160333e
Octal31715417206051235406376
Binary1100111111011001111010011000010100110011101100000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6C7A; }

 p { color: rgb(207,108,122); }

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

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

 a { background-color: rgb(207,108,122); }

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

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

 span { border-color: rgb(207,108,122); }

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