#CF7692

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

Shades of Charm #CF7692

Tints of Charm #CF7692

Color information

#CF7692 (or 0xCF7692) is unknown color: approx Charm. HEX triplet: CF, 76 and 92. RGB value is (207,118,146). Sum of RGB (Red+Green+Blue) = 207+118+146=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7692 is #30896D. Grayscale: #939393. Windows color (decimal): -3180910 or 9598671. OLE color: 9598671.

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

Color convert

RGB207118146-
CMYK00.430.290.19
HSL341.12º48.11%63.73%-
HSV(B)341.12º43%81.18%-
XYZ37.428.330.68-
YUV147.8126.99170.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.95%
GREEN value IS 118 (46.48% from 255) = 25.05%
BLUE value IS 146 (57.42% from 255) = 31.00%
R=43.95%
G=25.05%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711814600.430.290.19341.1248.1163.73
HexCF769202B1D131553040
Octal317166222053352352560100
Binary11001111111011010010010010101111101100111010101011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7692; }

 p { color: rgb(207,118,146); }

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

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

 a { background-color: rgb(207,118,146); }

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

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

 span { border-color: rgb(207,118,146); }

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