#CA6550

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

Shades of Sunglo #CA6550

Tints of Sunglo #CA6550

Color information

#CA6550 (or 0xCA6550) is unknown color: approx Sunglo. HEX triplet: CA, 65 and 50. RGB value is (202,101,80). Sum of RGB (Red+Green+Blue) = 202+101+80=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6550 is #359AAF. Grayscale: #808080. Windows color (decimal): -3513008 or 5268938. OLE color: 5268938.

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

Color convert

RGB20210180-
CMYK00.500.600.21
HSL10.33º53.51%55.29%-
HSV(B)10.33º60.4%79.22%-
XYZ30.4622.4410.32-
YUV128.8100.46180.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.74%
GREEN value IS 101 (39.84% from 255) = 26.37%
BLUE value IS 80 (31.64% from 255) = 20.89%
R=52.74%
G=26.37%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021018000.500.600.2110.3353.5155.29
HexCA65500323C15a3637
Octal3121451200627425126667
Binary11001010110010110100000110010111100101011010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6550; }

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

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

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

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

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

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

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

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