#CA533E

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

Shades of Dark Coral #CA533E

Tints of Dark Coral #CA533E

Color information

#CA533E (or 0xCA533E) is unknown color: approx Dark Coral. HEX triplet: CA, 53 and 3E. RGB value is (202,83,62). Sum of RGB (Red+Green+Blue) = 202+83+62=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 62 (24.61% from 255 or 17.87% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA533E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA533E is #35ACC1. Grayscale: #747474. Windows color (decimal): -3517634 or 4084682. OLE color: 4084682.

HSL color Cylindrical-coordinate representation of color #CA533E: hue angle of 9º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA533E is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB2028362-
CMYK00.590.690.21
HSL56.91%51.76%-
HSV(B)69.31%79.22%-
XYZ28.3219.096.75-
YUV116.1997.42189.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.21%
GREEN value IS 83 (32.81% from 255) = 23.92%
BLUE value IS 62 (24.61% from 255) = 17.87%
R=58.21%
G=23.92%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202836200.590.690.21956.9151.76
HexCA533E03B451593934
Octal3121237607310525117164
Binary11001010101001111111001110111000101101011001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA533E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA533E; }

 p { color: rgb(202,83,62); }

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

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

 a { background-color: rgb(202,83,62); }

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

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

 span { border-color: rgb(202,83,62); }

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