#C15632

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

Shades of Trinidad #C15632

Tints of Trinidad #C15632

Color information

#C15632 (or 0xC15632) is unknown color: approx Trinidad. HEX triplet: C1, 56 and 32. RGB value is (193,86,50). Sum of RGB (Red+Green+Blue) = 193+86+50=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C15632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15632 is #3EA9CD. Grayscale: #727272. Windows color (decimal): -4106702 or 3299009. OLE color: 3299009.

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

Color convert

RGB1938650-
CMYK00.550.740.24
HSL15.1º58.85%47.65%-
HSV(B)15.1º74.09%75.69%-
XYZ25.918.225.17-
YUV113.8991.95184.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.66%
GREEN value IS 86 (33.98% from 255) = 26.14%
BLUE value IS 50 (19.92% from 255) = 15.20%
R=58.66%
G=26.14%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193865000.550.740.2415.158.8547.65
HexC156320374A18f3b30
Octal3011266206711230177360
Binary11000001101011011001001101111001010110001111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15632; }

 p { color: rgb(193,86,50); }

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

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

 a { background-color: rgb(193,86,50); }

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

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

 span { border-color: rgb(193,86,50); }

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