#C15534

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

Shades of Trinidad #C15534

Tints of Trinidad #C15534

Color information

#C15534 (or 0xC15534) is unknown color: approx Trinidad. HEX triplet: C1, 55 and 34. RGB value is (193,85,52). Sum of RGB (Red+Green+Blue) = 193+85+52=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C15534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15534 is #3EAACB. Grayscale: #717171. Windows color (decimal): -4106956 or 3429825. OLE color: 3429825.

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

Color convert

RGB1938552-
CMYK00.560.730.24
HSL14.04º57.55%48.04%-
HSV(B)14.04º73.06%75.69%-
XYZ25.8618.085.38-
YUV113.5393.28184.68-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.48%
GREEN value IS 85 (33.59% from 255) = 25.76%
BLUE value IS 52 (20.70% from 255) = 15.76%
R=58.48%
G=25.76%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193855200.560.730.2414.0457.5548.04
HexC155340384918e3a30
Octal3011256407011130167260
Binary11000001101010111010001110001001001110001110111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15534; }

 p { color: rgb(193,85,52); }

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

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

 a { background-color: rgb(193,85,52); }

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

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

 span { border-color: rgb(193,85,52); }

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