#C15428

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

Shades of Trinidad #C15428

Tints of Trinidad #C15428

Color information

#C15428 (or 0xC15428) is unknown color: approx Trinidad. HEX triplet: C1, 54 and 28. RGB value is (193,84,40). Sum of RGB (Red+Green+Blue) = 193+84+40=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C15428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15428 is #3EABD7. Grayscale: #6F6F6F. Windows color (decimal): -4107224 or 2643137. OLE color: 2643137.

HSL color Cylindrical-coordinate representation of color #C15428: hue angle of 17.25º 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 #C15428 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB1938440-
CMYK00.560.790.24
HSL17.25º65.67%45.69%-
HSV(B)17.25º79.27%75.69%-
XYZ25.5517.834.1-
YUV111.5887.61186.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 60.88%
GREEN value IS 84 (33.20% from 255) = 26.50%
BLUE value IS 40 (16.02% from 255) = 12.62%
R=60.88%
G=26.50%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193844000.560.790.2417.2565.6745.69
HexC154280384F1811422e
Octal30112450070117302110256
Binary1100000110101001010000111000100111111000100011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15428; }

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

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

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

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

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

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

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

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