#CF767D

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

Shades of Charm #CF767D

Tints of Charm #CF767D

Color information

#CF767D (or 0xCF767D) is unknown color: approx Charm. HEX triplet: CF, 76 and 7D. RGB value is (207,118,125). Sum of RGB (Red+Green+Blue) = 207+118+125=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF767D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF767D is #308982. Grayscale: #919191. Windows color (decimal): -3180931 or 8222415. OLE color: 8222415.

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

Color convert

RGB207118125-
CMYK00.430.400.19
HSL355.28º48.11%63.73%-
HSV(B)355.28º43%81.18%-
XYZ35.9127.722.86-
YUV145.41116.49171.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46%
GREEN value IS 118 (46.48% from 255) = 26.22%
BLUE value IS 125 (49.22% from 255) = 27.78%
R=46%
G=26.22%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711812500.430.400.19355.2848.1163.73
HexCF767D02B28131633040
Octal317166175053502354360100
Binary11001111111011011111010101011101000100111011000111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF767D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF767D; }

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

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

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

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

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

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

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

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