#CF798A

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

Shades of Charm #CF798A

Tints of Charm #CF798A

Color information

#CF798A (or 0xCF798A) is unknown color: approx Charm. HEX triplet: CF, 79 and 8A. RGB value is (207,121,138). Sum of RGB (Red+Green+Blue) = 207+121+138=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF798A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF798A is #308675. Grayscale: #949494. Windows color (decimal): -3180150 or 9075151. OLE color: 9075151.

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

Color convert

RGB207121138-
CMYK00.420.330.19
HSL348.14º47.25%64.31%-
HSV(B)348.14º41.55%81.18%-
XYZ37.1628.7827.64-
YUV148.65121.99169.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.42%
GREEN value IS 121 (47.66% from 255) = 25.97%
BLUE value IS 138 (54.30% from 255) = 29.61%
R=44.42%
G=25.97%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712113800.420.330.19348.1447.2564.31
HexCF798A02A211315c2f40
Octal317171212052412353457100
Binary110011111111001100010100101010100001100111010111001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF798A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF798A; }

 p { color: rgb(207,121,138); }

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

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

 a { background-color: rgb(207,121,138); }

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

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

 span { border-color: rgb(207,121,138); }

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