#CD685C

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

Shades of Sunglo #CD685C

Tints of Sunglo #CD685C

Color information

#CD685C (or 0xCD685C) is unknown color: approx Sunglo. HEX triplet: CD, 68 and 5C. RGB value is (205,104,92). Sum of RGB (Red+Green+Blue) = 205+104+92=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD685C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD685C is #3297A3. Grayscale: #848484. Windows color (decimal): -3315620 or 6056141. OLE color: 6056141.

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

Color convert

RGB20510492-
CMYK00.490.550.20
HSL6.37º53.05%58.24%-
HSV(B)6.37º55.12%80.39%-
XYZ32.0623.6513-
YUV132.83104.96179.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.12%
GREEN value IS 104 (41.02% from 255) = 25.94%
BLUE value IS 92 (36.33% from 255) = 22.94%
R=51.12%
G=25.94%
B=22.94%

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
Decimal2051049200.490.550.206.3753.0558.24
HexCD685C03137146353a
Octal315150134061672466572
Binary1100110111010001011100011000111011110100110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD685C; }

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

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

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

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

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

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

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

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