#CA6658

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

Shades of Sunglo #CA6658

Tints of Sunglo #CA6658

Color information

#CA6658 (or 0xCA6658) is unknown color: approx Sunglo. HEX triplet: CA, 66 and 58. RGB value is (202,102,88). Sum of RGB (Red+Green+Blue) = 202+102+88=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6658 is #3599A7. Grayscale: #828282. Windows color (decimal): -3512744 or 5793482. OLE color: 5793482.

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

Color convert

RGB20210288-
CMYK00.500.560.21
HSL7.37º51.82%56.86%-
HSV(B)7.37º56.44%79.22%-
XYZ30.8722.7612-
YUV130.3104.13179.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.53%
GREEN value IS 102 (40.23% from 255) = 26.02%
BLUE value IS 88 (34.77% from 255) = 22.45%
R=51.53%
G=26.02%
B=22.45%

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
Decimal2021028800.500.560.217.3751.8256.86
HexCA6658032381573439
Octal312146130062702576471
Binary1100101011001101011000011001011100010101111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6658; }

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

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

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

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

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

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

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

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