#c55432

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

Shades of Trinidad #C55432

Tints of Trinidad #C55432

Color information

#C55432 (or 0xC55432) is unknown color: approx Trinidad. HEX triplet: C5, 54 and 32. RGB value is (197,84,50). Sum of RGB (Red+Green+Blue) = 197+84+50=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C55432 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55432 is #3AABCD. Grayscale: #727272. Windows color (decimal): -3845070 or 3298501. OLE color: 3298501.

HSL color Cylindrical-coordinate representation of color #C55432: hue angle of 13.88º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C55432 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB1978450-
CMYK00.570.750.23
HSL13.88º59.51%48.43%-
HSV(B)13.88º74.62%77.25%-
XYZ26.7718.445.17-
YUV113.9191.94187.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.52%
GREEN value IS 84 (33.20% from 255) = 25.38%
BLUE value IS 50 (19.92% from 255) = 15.11%
R=59.52%
G=25.38%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.75
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197845000.570.750.2313.8859.5148.43
HexC554320394B17e3c30
Octal3051246207111327167460
Binary11000101101010011001001110011001011101111110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c55432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c55432; }

 p { color: rgb(197,84,50); }

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

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

 a { background-color: rgb(197,84,50); }

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

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

 span { border-color: rgb(197,84,50); }

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