#CC6974

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

Shades of Froly #CC6974

Tints of Froly #CC6974

Color information

#CC6974 (or 0xCC6974) is unknown color: approx Froly. HEX triplet: CC, 69 and 74. RGB value is (204,105,116). Sum of RGB (Red+Green+Blue) = 204+105+116=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6974 is #33968B. Grayscale: #878787. Windows color (decimal): -3380876 or 7629260. OLE color: 7629260.

HSL color Cylindrical-coordinate representation of color #CC6974: hue angle of 353.33º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC6974 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB204105116-
CMYK00.490.430.2
HSL353.33º49.25%60.59%-
HSV(B)353.33º48.53%80%-
XYZ33.1124.219.45-
YUV135.85116.8176.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48%
GREEN value IS 105 (41.41% from 255) = 24.71%
BLUE value IS 116 (45.70% from 255) = 27.29%
R=48%
G=24.71%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410511600.490.430.2353.3349.2560.59
HexCC69740312B14161313d
Octal31415116406153245416175
Binary1100110011010011110100011000110101110100101100001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6974; }

 p { color: rgb(204,105,116); }

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

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

 a { background-color: rgb(204,105,116); }

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

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

 span { border-color: rgb(204,105,116); }

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