#CF767E

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

Shades of Charm #CF767E

Tints of Charm #CF767E

Color information

#CF767E (or 0xCF767E) is unknown color: approx Charm. HEX triplet: CF, 76 and 7E. RGB value is (207,118,126). Sum of RGB (Red+Green+Blue) = 207+118+126=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CF767E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF767E is #308981. Grayscale: #919191. Windows color (decimal): -3180930 or 8287951. OLE color: 8287951.

HSL color Cylindrical-coordinate representation of color #CF767E: hue angle of 354.61º 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 #CF767E is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB207118126-
CMYK00.430.390.19
HSL354.61º48.11%63.73%-
HSV(B)354.61º43%81.18%-
XYZ35.9827.7323.19-
YUV145.52116.99171.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.90%
GREEN value IS 118 (46.48% from 255) = 26.16%
BLUE value IS 126 (49.61% from 255) = 27.94%
R=45.90%
G=26.16%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711812600.430.390.19354.6148.1163.73
HexCF767E02B27131633040
Octal317166176053472354360100
Binary11001111111011011111100101011100111100111011000111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF767E; }

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

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

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

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

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

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

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

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