#CA513D

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

Shades of Trinidad #CA513D

Tints of Trinidad #CA513D

Color information

#CA513D (or 0xCA513D) is unknown color: approx Trinidad. HEX triplet: CA, 51 and 3D. RGB value is (202,81,61). Sum of RGB (Red+Green+Blue) = 202+81+61=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA513D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA513D is #35AEC2. Grayscale: #737373. Windows color (decimal): -3518147 or 4018634. OLE color: 4018634.

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

Color convert

RGB2028161-
CMYK00.600.700.21
HSL8.51º57.09%51.57%-
HSV(B)8.51º69.8%79.22%-
XYZ28.1418.786.56-
YUV114.997.59190.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.72%
GREEN value IS 81 (32.03% from 255) = 23.55%
BLUE value IS 61 (24.22% from 255) = 17.73%
R=58.72%
G=23.55%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202816100.600.700.218.5157.0951.57
HexCA513D03C461593934
Octal3121217507410625117164
Binary11001010101000111110101111001000110101011001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA513D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA513D; }

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

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

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

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

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

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

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

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