#CA6257

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

Shades of Sunglo #CA6257

Tints of Sunglo #CA6257

Color information

#CA6257 (or 0xCA6257) is unknown color: approx Sunglo. HEX triplet: CA, 62 and 57. RGB value is (202,98,87). Sum of RGB (Red+Green+Blue) = 202+98+87=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 87 (34.38% from 255 or 22.48% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6257 is #359DA8. Grayscale: #7F7F7F. Windows color (decimal): -3513769 or 5726922. OLE color: 5726922.

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

Color convert

RGB2029887-
CMYK00.510.570.21
HSL5.74º52.04%56.67%-
HSV(B)5.74º56.93%79.22%-
XYZ30.4521.9811.65-
YUV127.84104.96180.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.20%
GREEN value IS 98 (38.67% from 255) = 25.32%
BLUE value IS 87 (34.38% from 255) = 22.48%
R=52.20%
G=25.32%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202988700.510.570.215.7452.0456.67
HexCA6257033391563439
Octal312142127063712566471
Binary1100101011000101010111011001111100110101110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6257; }

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

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

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

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

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

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

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

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