#CA6659

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

Shades of Sunglo #CA6659

Tints of Sunglo #CA6659

Color information

#CA6659 (or 0xCA6659) is unknown color: approx Sunglo. HEX triplet: CA, 66 and 59. RGB value is (202,102,89). Sum of RGB (Red+Green+Blue) = 202+102+89=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6659 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6659 is #3599A6. Grayscale: #828282. Windows color (decimal): -3512743 or 5859018. OLE color: 5859018.

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

Color convert

RGB20210289-
CMYK00.500.560.21
HSL6.9º51.6%57.06%-
HSV(B)6.9º55.94%79.22%-
XYZ30.9122.7812.22-
YUV130.42104.63179.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.40%
GREEN value IS 102 (40.23% from 255) = 25.95%
BLUE value IS 89 (35.16% from 255) = 22.65%
R=51.40%
G=25.95%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021028900.500.560.216.951.657.06
HexCA6659032381573439
Octal312146131062702576471
Binary1100101011001101011001011001011100010101111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6659; }

 p { color: rgb(202,102,89); }

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

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

 a { background-color: rgb(202,102,89); }

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

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

 span { border-color: rgb(202,102,89); }

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