#c15128

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

Shades of Trinidad #C15128

Tints of Trinidad #C15128

Color information

#C15128 (or 0xC15128) is unknown color: approx Trinidad. HEX triplet: C1, 51 and 28. RGB value is (193,81,40). Sum of RGB (Red+Green+Blue) = 193+81+40=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C15128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15128 is #3EAED7. Grayscale: #6E6E6E. Windows color (decimal): -4107992 or 2642369. OLE color: 2642369.

HSL color Cylindrical-coordinate representation of color #C15128: hue angle of 16.08º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C15128 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB1938140-
CMYK00.580.790.24
HSL16.08º65.67%45.69%-
HSV(B)16.08º79.27%75.69%-
XYZ25.3217.384.03-
YUV109.8188.61187.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 61.46%
GREEN value IS 81 (32.03% from 255) = 25.80%
BLUE value IS 40 (16.02% from 255) = 12.74%
R=61.46%
G=25.80%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193814000.580.790.2416.0865.6745.69
HexC1512803A4F1810422e
Octal30112150072117302010256
Binary1100000110100011010000111010100111111000100001000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c15128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c15128; }

 p { color: rgb(193,81,40); }

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

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

 a { background-color: rgb(193,81,40); }

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

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

 span { border-color: rgb(193,81,40); }

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