#CD6252

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

Shades of Sunglo #CD6252

Tints of Sunglo #CD6252

Color information

#CD6252 (or 0xCD6252) is unknown color: approx Sunglo. HEX triplet: CD, 62 and 52. RGB value is (205,98,82). Sum of RGB (Red+Green+Blue) = 205+98+82=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6252 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6252 is #329DAD. Grayscale: #808080. Windows color (decimal): -3317166 or 5399245. OLE color: 5399245.

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

Color convert

RGB2059882-
CMYK00.520.60.20
HSL7.8º55.16%56.27%-
HSV(B)7.8º60%80.39%-
XYZ31.0722.3210.65-
YUV128.17101.95182.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.25%
GREEN value IS 98 (38.67% from 255) = 25.45%
BLUE value IS 82 (32.42% from 255) = 21.30%
R=53.25%
G=25.45%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205988200.520.60.207.855.1656.27
HexCD62520343C1483738
Octal3151421220647424106770
Binary11001101110001010100100110100111100101001000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6252; }

 p { color: rgb(205,98,82); }

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

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

 a { background-color: rgb(205,98,82); }

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

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

 span { border-color: rgb(205,98,82); }

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