#CD6A6C

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

Shades of Froly #CD6A6C

Tints of Froly #CD6A6C

Color information

#CD6A6C (or 0xCD6A6C) is unknown color: approx Froly. HEX triplet: CD, 6A and 6C. RGB value is (205,106,108). Sum of RGB (Red+Green+Blue) = 205+106+108=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6A6C is #329593. Grayscale: #878787. Windows color (decimal): -3315092 or 7105229. OLE color: 7105229.

HSL color Cylindrical-coordinate representation of color #CD6A6C: hue angle of 358.79º degrees, saturation: 0.5, 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 #CD6A6C is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB205106108-
CMYK00.480.470.20
HSL358.79º49.75%60.98%-
HSV(B)358.79º48.29%80.39%-
XYZ33.0424.3717.15-
YUV135.83112.3177.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.93%
GREEN value IS 106 (41.80% from 255) = 25.30%
BLUE value IS 108 (42.58% from 255) = 25.78%
R=48.93%
G=25.30%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510610800.480.470.20358.7949.7560.98
HexCD6A6C0302F14167323d
Octal31515215406057245476275
Binary1100110111010101101100011000010111110100101100111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6A6C; }

 p { color: rgb(205,106,108); }

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

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

 a { background-color: rgb(205,106,108); }

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

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

 span { border-color: rgb(205,106,108); }

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