#CF767A

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

Shades of Froly #CF767A

Tints of Froly #CF767A

Color information

#CF767A (or 0xCF767A) is unknown color: approx Froly. HEX triplet: CF, 76 and 7A. RGB value is (207,118,122). Sum of RGB (Red+Green+Blue) = 207+118+122=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF767A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF767A is #308985. Grayscale: #919191. Windows color (decimal): -3180934 or 8025807. OLE color: 8025807.

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

Color convert

RGB207118122-
CMYK00.430.410.19
HSL357.3º48.11%63.73%-
HSV(B)357.3º43%81.18%-
XYZ35.7227.6321.86-
YUV145.07114.99172.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.31%
GREEN value IS 118 (46.48% from 255) = 26.40%
BLUE value IS 122 (48.05% from 255) = 27.29%
R=46.31%
G=26.40%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711812200.430.410.19357.348.1163.73
HexCF767A02B29131653040
Octal317166172053512354560100
Binary11001111111011011110100101011101001100111011001011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF767A; }

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

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

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

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

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

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

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

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