#CA655D

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

Shades of Sunglo #CA655D

Tints of Sunglo #CA655D

Color information

#CA655D (or 0xCA655D) is unknown color: approx Sunglo. HEX triplet: CA, 65 and 5D. RGB value is (202,101,93). Sum of RGB (Red+Green+Blue) = 202+101+93=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA655D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA655D is #359AA2. Grayscale: #828282. Windows color (decimal): -3512995 or 6120906. OLE color: 6120906.

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

Color convert

RGB20210193-
CMYK00.500.540.21
HSL4.4º50.7%57.84%-
HSV(B)4.4º53.96%79.22%-
XYZ30.9922.6513.1-
YUV130.29106.96179.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.01%
GREEN value IS 101 (39.84% from 255) = 25.51%
BLUE value IS 93 (36.72% from 255) = 23.48%
R=51.01%
G=25.51%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021019300.500.540.214.450.757.84
HexCA655D03236154333a
Octal312145135062662546372
Binary1100101011001011011101011001011011010101100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA655D; }

 p { color: rgb(202,101,93); }

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

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

 a { background-color: rgb(202,101,93); }

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

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

 span { border-color: rgb(202,101,93); }

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