#CA523B

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

Shades of Trinidad #CA523B

Tints of Trinidad #CA523B

Color information

#CA523B (or 0xCA523B) is unknown color: approx Trinidad. HEX triplet: CA, 52 and 3B. RGB value is (202,82,59). Sum of RGB (Red+Green+Blue) = 202+82+59=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 59 (23.44% from 255 or 17.20% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA523B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA523B is #35ADC4. Grayscale: #737373. Windows color (decimal): -3517893 or 3887818. OLE color: 3887818.

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

Color convert

RGB2028259-
CMYK00.590.710.21
HSL9.65º57.43%51.18%-
HSV(B)9.65º70.79%79.22%-
XYZ28.1618.916.3-
YUV115.2696.26189.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.89%
GREEN value IS 82 (32.42% from 255) = 23.91%
BLUE value IS 59 (23.44% from 255) = 17.20%
R=58.89%
G=23.91%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202825900.590.710.219.6557.4351.18
HexCA523B03B4715a3933
Octal3121227307310725127163
Binary11001010101001011101101110111000111101011010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA523B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA523B; }

 p { color: rgb(202,82,59); }

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

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

 a { background-color: rgb(202,82,59); }

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

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

 span { border-color: rgb(202,82,59); }

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