#C15533

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

Shades of Trinidad #C15533

Tints of Trinidad #C15533

Color information

#C15533 (or 0xC15533) is unknown color: approx Trinidad. HEX triplet: C1, 55 and 33. RGB value is (193,85,51). Sum of RGB (Red+Green+Blue) = 193+85+51=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C15533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15533 is #3EAACC. Grayscale: #717171. Windows color (decimal): -4106957 or 3364289. OLE color: 3364289.

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

Color convert

RGB1938551-
CMYK00.560.740.24
HSL14.37º58.2%47.84%-
HSV(B)14.37º73.58%75.69%-
XYZ25.8418.075.26-
YUV113.4292.78184.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.66%
GREEN value IS 85 (33.59% from 255) = 25.84%
BLUE value IS 51 (20.31% from 255) = 15.50%
R=58.66%
G=25.84%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193855100.560.740.2414.3758.247.84
HexC155330384A18e3a30
Octal3011256307011230167260
Binary11000001101010111001101110001001010110001110111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15533; }

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

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

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

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

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

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

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

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