#CF676F

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

Shades of Froly #CF676F

Tints of Froly #CF676F

Color information

#CF676F (or 0xCF676F) is unknown color: approx Froly. HEX triplet: CF, 67 and 6F. RGB value is (207,103,111). Sum of RGB (Red+Green+Blue) = 207+103+111=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF676F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF676F is #309890. Grayscale: #878787. Windows color (decimal): -3184785 or 7301071. OLE color: 7301071.

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

Color convert

RGB207103111-
CMYK00.500.460.19
HSL355.38º52%60.78%-
HSV(B)355.38º50.24%81.18%-
XYZ33.4524.1117.93-
YUV135.01114.46179.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.17%
GREEN value IS 103 (40.62% from 255) = 24.47%
BLUE value IS 111 (43.75% from 255) = 26.37%
R=49.17%
G=24.47%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710311100.500.460.19355.385260.78
HexCF676F0322E13163343d
Octal31714715706256235436475
Binary1100111111001111101111011001010111010011101100011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF676F; }

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

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

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

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

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

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

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

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