#CA615A

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

Shades of Sunglo #CA615A

Tints of Sunglo #CA615A

Color information

#CA615A (or 0xCA615A) is unknown color: approx Sunglo. HEX triplet: CA, 61 and 5A. RGB value is (202,97,90). Sum of RGB (Red+Green+Blue) = 202+97+90=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA615A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA615A is #359EA5. Grayscale: #7F7F7F. Windows color (decimal): -3514022 or 5923274. OLE color: 5923274.

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

Color convert

RGB2029790-
CMYK00.520.550.21
HSL3.75º51.38%57.25%-
HSV(B)3.75º55.45%79.22%-
XYZ30.4821.8412.28-
YUV127.6106.79181.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.93%
GREEN value IS 97 (38.28% from 255) = 24.94%
BLUE value IS 90 (35.55% from 255) = 23.14%
R=51.93%
G=24.94%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202979000.520.550.213.7551.3857.25
HexCA615A034371543339
Octal312141132064672546371
Binary1100101011000011011010011010011011110101100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA615A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA615A; }

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

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

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

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

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

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

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

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