#CC6975

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

Shades of Froly #CC6975

Tints of Froly #CC6975

Color information

#CC6975 (or 0xCC6975) is unknown color: approx Froly. HEX triplet: CC, 69 and 75. RGB value is (204,105,117). Sum of RGB (Red+Green+Blue) = 204+105+117=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6975 is #33968A. Grayscale: #888888. Windows color (decimal): -3380875 or 7694796. OLE color: 7694796.

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

Color convert

RGB204105117-
CMYK00.490.430.2
HSL352.73º49.25%60.59%-
HSV(B)352.73º48.53%80%-
XYZ33.1624.2219.76-
YUV135.97117.3176.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.89%
GREEN value IS 105 (41.41% from 255) = 24.65%
BLUE value IS 117 (46.09% from 255) = 27.46%
R=47.89%
G=24.65%
B=27.46%

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
Decimal20410511700.490.430.2352.7349.2560.59
HexCC69750312B14161313d
Octal31415116506153245416175
Binary1100110011010011110101011000110101110100101100001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6975; }

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

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

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

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

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

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

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

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