#CF6775

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

Shades of Froly #CF6775

Tints of Froly #CF6775

Color information

#CF6775 (or 0xCF6775) is unknown color: approx Froly. HEX triplet: CF, 67 and 75. RGB value is (207,103,117). Sum of RGB (Red+Green+Blue) = 207+103+117=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6775 is #30988A. Grayscale: #878787. Windows color (decimal): -3184779 or 7694287. OLE color: 7694287.

HSL color Cylindrical-coordinate representation of color #CF6775: hue angle of 351.92º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF6775 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB207103117-
CMYK00.500.430.19
HSL351.92º52%60.78%-
HSV(B)351.92º50.24%81.18%-
XYZ33.7924.2519.73-
YUV135.69117.46178.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.48%
GREEN value IS 103 (40.62% from 255) = 24.12%
BLUE value IS 117 (46.09% from 255) = 27.40%
R=48.48%
G=24.12%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710311700.500.430.19351.925260.78
HexCF67750322B13160343d
Octal31714716506253235406475
Binary1100111111001111110101011001010101110011101100000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6775; }

 p { color: rgb(207,103,117); }

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

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

 a { background-color: rgb(207,103,117); }

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

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

 span { border-color: rgb(207,103,117); }

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