#C15028

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

Shades of Trinidad #C15028

Tints of Trinidad #C15028

Color information

#C15028 (or 0xC15028) is unknown color: approx Trinidad. HEX triplet: C1, 50 and 28. RGB value is (193,80,40). Sum of RGB (Red+Green+Blue) = 193+80+40=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C15028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15028 is #3EAFD7. Grayscale: #6D6D6D. Windows color (decimal): -4108248 or 2642113. OLE color: 2642113.

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

Color convert

RGB1938040-
CMYK00.590.790.24
HSL15.69º65.67%45.69%-
HSV(B)15.69º79.27%75.69%-
XYZ25.2417.234-
YUV109.2388.94187.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 61.66%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 40 (16.02% from 255) = 12.78%
R=61.66%
G=25.56%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193804000.590.790.2415.6965.6745.69
HexC1502803B4F1810422e
Octal30112050073117302010256
Binary1100000110100001010000111011100111111000100001000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15028; }

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

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

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

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

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

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

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

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