#CA6250

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

Shades of Sunglo #CA6250

Tints of Sunglo #CA6250

Color information

#CA6250 (or 0xCA6250) is unknown color: approx Sunglo. HEX triplet: CA, 62 and 50. RGB value is (202,98,80). Sum of RGB (Red+Green+Blue) = 202+98+80=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6250 is #359DAF. Grayscale: #7F7F7F. Windows color (decimal): -3513776 or 5268170. OLE color: 5268170.

HSL color Cylindrical-coordinate representation of color #CA6250: hue angle of 8.85º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA6250 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB2029880-
CMYK00.510.600.21
HSL8.85º53.51%55.29%-
HSV(B)8.85º60.4%79.22%-
XYZ30.1721.8710.22-
YUV127.04101.46181.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.16%
GREEN value IS 98 (38.67% from 255) = 25.79%
BLUE value IS 80 (31.64% from 255) = 21.05%
R=53.16%
G=25.79%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202988000.510.600.218.8553.5155.29
HexCA62500333C1593637
Octal3121421200637425116667
Binary11001010110001010100000110011111100101011001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6250; }

 p { color: rgb(202,98,80); }

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

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

 a { background-color: rgb(202,98,80); }

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

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

 span { border-color: rgb(202,98,80); }

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