#CA6258

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

Shades of Sunglo #CA6258

Tints of Sunglo #CA6258

Color information

#CA6258 (or 0xCA6258) is unknown color: approx Sunglo. HEX triplet: CA, 62 and 58. RGB value is (202,98,88). Sum of RGB (Red+Green+Blue) = 202+98+88=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6258 is #359DA7. Grayscale: #808080. Windows color (decimal): -3513768 or 5792458. OLE color: 5792458.

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

Color convert

RGB2029888-
CMYK00.510.560.21
HSL5.26º51.82%56.86%-
HSV(B)5.26º56.44%79.22%-
XYZ30.492211.87-
YUV127.96105.46180.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.06%
GREEN value IS 98 (38.67% from 255) = 25.26%
BLUE value IS 88 (34.77% from 255) = 22.68%
R=52.06%
G=25.26%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202988800.510.560.215.2651.8256.86
HexCA6258033381553439
Octal312142130063702556471
Binary1100101011000101011000011001111100010101101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6258; }

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

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

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

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

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

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

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

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