#CA5337

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

Shades of Trinidad #CA5337

Tints of Trinidad #CA5337

Color information

#CA5337 (or 0xCA5337) is unknown color: approx Trinidad. HEX triplet: CA, 53 and 37. RGB value is (202,83,55). Sum of RGB (Red+Green+Blue) = 202+83+55=340 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.41% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 55 (21.88% from 255 or 16.18% from 340); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5337 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5337 is #35ACC8. Grayscale: #737373. Windows color (decimal): -3517641 or 3625930. OLE color: 3625930.

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

Color convert

RGB2028355-
CMYK00.590.730.21
HSL11.43º58.1%50.39%-
HSV(B)11.43º72.77%79.22%-
XYZ28.1419.025.8-
YUV115.3993.92189.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.41%
GREEN value IS 83 (32.81% from 255) = 24.41%
BLUE value IS 55 (21.88% from 255) = 16.18%
R=59.41%
G=24.41%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202835500.590.730.2111.4358.150.39
HexCA533703B4915b3a32
Octal3121236707311125137262
Binary11001010101001111011101110111001001101011011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5337; }

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

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

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

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

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

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

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

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