#CA5025

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

Shades of Trinidad #CA5025

Tints of Trinidad #CA5025

Color information

#CA5025 (or 0xCA5025) is unknown color: approx Trinidad. HEX triplet: CA, 50 and 25. RGB value is (202,80,37). Sum of RGB (Red+Green+Blue) = 202+80+37=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5025 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5025 is #35AFDA. Grayscale: #6F6F6F. Windows color (decimal): -3518427 or 2445514. OLE color: 2445514.

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

Color convert

RGB2028037-
CMYK00.600.820.21
HSL15.64º69.04%46.86%-
HSV(B)15.64º81.68%79.22%-
XYZ27.5618.433.85-
YUV111.5885.92192.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.32%
GREEN value IS 80 (31.64% from 255) = 25.08%
BLUE value IS 37 (14.84% from 255) = 11.60%
R=63.32%
G=25.08%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.82
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202803700.600.820.2115.6469.0446.86
HexCA502503C521510452f
Octal31212045074122252010557
Binary1100101010100001001010111100101001010101100001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5025; }

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

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

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

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

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

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

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

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