#CD6155

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

Shades of Sunglo #CD6155

Tints of Sunglo #CD6155

Color information

#CD6155 (or 0xCD6155) is unknown color: approx Sunglo. HEX triplet: CD, 61 and 55. RGB value is (205,97,85). Sum of RGB (Red+Green+Blue) = 205+97+85=387 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.97% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6155 is #329EAA. Grayscale: #808080. Windows color (decimal): -3317419 or 5595597. OLE color: 5595597.

HSL color Cylindrical-coordinate representation of color #CD6155: hue angle of 6º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD6155 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB2059785-
CMYK00.530.590.20
HSL54.55%56.86%-
HSV(B)58.54%80.39%-
XYZ31.0922.1811.24-
YUV127.92103.78182.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.97%
GREEN value IS 97 (38.28% from 255) = 25.06%
BLUE value IS 85 (33.59% from 255) = 21.96%
R=52.97%
G=25.06%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205978500.530.590.20654.5556.86
HexCD61550353B1463739
Octal315141125065732466771
Binary1100110111000011010101011010111101110100110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6155; }

 p { color: rgb(205,97,85); }

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

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

 a { background-color: rgb(205,97,85); }

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

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

 span { border-color: rgb(205,97,85); }

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