#CA6551

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

Shades of Sunglo #CA6551

Tints of Sunglo #CA6551

Color information

#CA6551 (or 0xCA6551) is unknown color: approx Sunglo. HEX triplet: CA, 65 and 51. RGB value is (202,101,81). Sum of RGB (Red+Green+Blue) = 202+101+81=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 81 (32.03% from 255 or 21.09% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6551 is #359AAE. Grayscale: #818181. Windows color (decimal): -3513007 or 5334474. OLE color: 5334474.

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

Color convert

RGB20210181-
CMYK00.500.600.21
HSL9.92º53.3%55.49%-
HSV(B)9.92º59.9%79.22%-
XYZ30.522.4610.51-
YUV128.92100.96180.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.60%
GREEN value IS 101 (39.84% from 255) = 26.30%
BLUE value IS 81 (32.03% from 255) = 21.09%
R=52.60%
G=26.30%
B=21.09%

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
Decimal2021018100.500.600.219.9253.355.49
HexCA65510323C15a3537
Octal3121451210627425126567
Binary11001010110010110100010110010111100101011010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6551; }

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

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

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

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

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

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

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

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