#CC6F73

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

Shades of Froly #CC6F73

Tints of Froly #CC6F73

Color information

#CC6F73 (or 0xCC6F73) is unknown color: approx Froly. HEX triplet: CC, 6F and 73. RGB value is (204,111,115). Sum of RGB (Red+Green+Blue) = 204+111+115=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6F73 is #33908C. Grayscale: #8B8B8B. Windows color (decimal): -3379341 or 7565260. OLE color: 7565260.

HSL color Cylindrical-coordinate representation of color #CC6F73: hue angle of 357.42º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC6F73 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB204111115-
CMYK00.460.440.2
HSL357.42º47.69%61.76%-
HSV(B)357.42º45.59%80%-
XYZ33.6825.4419.36-
YUV139.26114.31174.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.44%
GREEN value IS 111 (43.75% from 255) = 25.81%
BLUE value IS 115 (45.31% from 255) = 26.74%
R=47.44%
G=25.81%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411111500.460.440.2357.4247.6961.76
HexCC6F7302E2C14165303e
Octal31415716305654245456076
Binary1100110011011111110011010111010110010100101100101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6F73; }

 p { color: rgb(204,111,115); }

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

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

 a { background-color: rgb(204,111,115); }

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

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

 span { border-color: rgb(204,111,115); }

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