#CD685D

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

Shades of Sunglo #CD685D

Tints of Sunglo #CD685D

Color information

#CD685D (or 0xCD685D) is unknown color: approx Sunglo. HEX triplet: CD, 68 and 5D. RGB value is (205,104,93). Sum of RGB (Red+Green+Blue) = 205+104+93=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CD685D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD685D is #3297A2. Grayscale: #858585. Windows color (decimal): -3315619 or 6121677. OLE color: 6121677.

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

Color convert

RGB20510493-
CMYK00.490.550.20
HSL5.89º52.83%58.43%-
HSV(B)5.89º54.63%80.39%-
XYZ32.123.6713.23-
YUV132.94105.46179.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.00%
GREEN value IS 104 (41.02% from 255) = 25.87%
BLUE value IS 93 (36.72% from 255) = 23.13%
R=51.00%
G=25.87%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051049300.490.550.205.8952.8358.43
HexCD685D03137146353a
Octal315150135061672466572
Binary1100110111010001011101011000111011110100110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD685D; }

 p { color: rgb(205,104,93); }

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

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

 a { background-color: rgb(205,104,93); }

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

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

 span { border-color: rgb(205,104,93); }

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