#CA6355

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

Shades of Sunglo #CA6355

Tints of Sunglo #CA6355

Color information

#CA6355 (or 0xCA6355) is unknown color: approx Sunglo. HEX triplet: CA, 63 and 55. RGB value is (202,99,85). Sum of RGB (Red+Green+Blue) = 202+99+85=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6355 is #359CAA. Grayscale: #808080. Windows color (decimal): -3513515 or 5596106. OLE color: 5596106.

HSL color Cylindrical-coordinate representation of color #CA6355: hue angle of 7.18º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA6355 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB2029985-
CMYK00.510.580.21
HSL7.18º52.47%56.27%-
HSV(B)7.18º57.92%79.22%-
XYZ30.4622.1411.26-
YUV128.2103.62180.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.33%
GREEN value IS 99 (39.06% from 255) = 25.65%
BLUE value IS 85 (33.59% from 255) = 22.02%
R=52.33%
G=25.65%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202998500.510.580.217.1852.4756.27
HexCA63550333A1573438
Octal312143125063722576470
Binary1100101011000111010101011001111101010101111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6355; }

 p { color: rgb(202,99,85); }

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

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

 a { background-color: rgb(202,99,85); }

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

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

 span { border-color: rgb(202,99,85); }

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