#CA6158

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

Shades of Sunglo #CA6158

Tints of Sunglo #CA6158

Color information

#CA6158 (or 0xCA6158) is unknown color: approx Sunglo. HEX triplet: CA, 61 and 58. RGB value is (202,97,88). Sum of RGB (Red+Green+Blue) = 202+97+88=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 88 (34.77% from 255 or 22.74% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6158 is #359EA7. Grayscale: #7F7F7F. Windows color (decimal): -3514024 or 5792202. OLE color: 5792202.

HSL color Cylindrical-coordinate representation of color #CA6158: hue angle of 4.74º 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 #CA6158 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB2029788-
CMYK00.520.560.21
HSL4.74º51.82%56.86%-
HSV(B)4.74º56.44%79.22%-
XYZ30.3921.8111.84-
YUV127.37105.79181.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.20%
GREEN value IS 97 (38.28% from 255) = 25.06%
BLUE value IS 88 (34.77% from 255) = 22.74%
R=52.20%
G=25.06%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202978800.520.560.214.7451.8256.86
HexCA6158034381553439
Octal312141130064702556471
Binary1100101011000011011000011010011100010101101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6158; }

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

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

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

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

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

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

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

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