#C25637

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

Shades of Trinidad #C25637

Tints of Trinidad #C25637

Color information

#C25637 (or 0xC25637) is unknown color: approx Trinidad. HEX triplet: C2, 56 and 37. RGB value is (194,86,55). Sum of RGB (Red+Green+Blue) = 194+86+55=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 55 (21.88% from 255 or 16.42% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C25637 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25637 is #3DA9C8. Grayscale: #727272. Windows color (decimal): -4041161 or 3626690. OLE color: 3626690.

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

Color convert

RGB1948655-
CMYK00.560.720.24
HSL13.38º55.82%48.82%-
HSV(B)13.38º71.65%76.08%-
XYZ26.2718.45.78-
YUV114.7694.28184.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 57.91%
GREEN value IS 86 (33.98% from 255) = 25.67%
BLUE value IS 55 (21.88% from 255) = 16.42%
R=57.91%
G=25.67%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194865500.560.720.2413.3855.8248.82
HexC256370384818d3831
Octal3021266707011030157061
Binary11000010101011011011101110001001000110001101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25637; }

 p { color: rgb(194,86,55); }

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

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

 a { background-color: rgb(194,86,55); }

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

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

 span { border-color: rgb(194,86,55); }

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