#CA655E

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

Shades of Sunglo #CA655E

Tints of Sunglo #CA655E

Color information

#CA655E (or 0xCA655E) is unknown color: approx Sunglo. HEX triplet: CA, 65 and 5E. RGB value is (202,101,94). Sum of RGB (Red+Green+Blue) = 202+101+94=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA655E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA655E is #359AA1. Grayscale: #828282. Windows color (decimal): -3512994 or 6186442. OLE color: 6186442.

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

Color convert

RGB20210194-
CMYK00.500.530.21
HSL3.89º50.47%58.04%-
HSV(B)3.89º53.47%79.22%-
XYZ31.0322.6713.33-
YUV130.4107.46179.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.88%
GREEN value IS 101 (39.84% from 255) = 25.44%
BLUE value IS 94 (37.11% from 255) = 23.68%
R=50.88%
G=25.44%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021019400.500.530.213.8950.4758.04
HexCA655E03235154323a
Octal312145136062652546272
Binary1100101011001011011110011001011010110101100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA655E; }

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

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

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

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

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

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

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

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