#CC6A6B

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

Shades of Froly #CC6A6B

Tints of Froly #CC6A6B

Color information

#CC6A6B (or 0xCC6A6B) is unknown color: approx Froly. HEX triplet: CC, 6A and 6B. RGB value is (204,106,107). Sum of RGB (Red+Green+Blue) = 204+106+107=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 107 (42.19% from 255 or 25.66% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6A6B is #339594. Grayscale: #878787. Windows color (decimal): -3380629 or 7039692. OLE color: 7039692.

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

Color convert

RGB204106107-
CMYK00.480.480.2
HSL359.39º49%60.78%-
HSV(B)359.39º48.04%80%-
XYZ32.7124.2116.86-
YUV135.42111.97176.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.92%
GREEN value IS 106 (41.80% from 255) = 25.42%
BLUE value IS 107 (42.19% from 255) = 25.66%
R=48.92%
G=25.42%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410610700.480.480.2359.394960.78
HexCC6A6B0303014167313d
Octal31415215306060245476175
Binary1100110011010101101011011000011000010100101100111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6A6B; }

 p { color: rgb(204,106,107); }

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

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

 a { background-color: rgb(204,106,107); }

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

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

 span { border-color: rgb(204,106,107); }

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