#C15732

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

Shades of Trinidad #C15732

Tints of Trinidad #C15732

Color information

#C15732 (or 0xC15732) is unknown color: approx Trinidad. HEX triplet: C1, 57 and 32. RGB value is (193,87,50). Sum of RGB (Red+Green+Blue) = 193+87+50=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C15732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15732 is #3EA8CD. Grayscale: #727272. Windows color (decimal): -4106446 or 3299265. OLE color: 3299265.

HSL color Cylindrical-coordinate representation of color #C15732: hue angle of 15.52º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C15732 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB1938750-
CMYK00.550.740.24
HSL15.52º58.85%47.65%-
HSV(B)15.52º74.09%75.69%-
XYZ25.9818.385.2-
YUV114.4891.62184.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.48%
GREEN value IS 87 (34.38% from 255) = 26.36%
BLUE value IS 50 (19.92% from 255) = 15.15%
R=58.48%
G=26.36%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193875000.550.740.2415.5258.8547.65
HexC157320374A18103b30
Octal3011276206711230207360
Binary110000011010111110010011011110010101100010000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15732; }

 p { color: rgb(193,87,50); }

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

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

 a { background-color: rgb(193,87,50); }

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

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

 span { border-color: rgb(193,87,50); }

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