#C25626

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

Shades of Trinidad #C25626

Tints of Trinidad #C25626

Color information

#C25626 (or 0xC25626) is unknown color: approx Trinidad. HEX triplet: C2, 56 and 26. RGB value is (194,86,38). Sum of RGB (Red+Green+Blue) = 194+86+38=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 38 (15.23% from 255 or 11.95% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C25626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25626 is #3DA9D9. Grayscale: #717171. Windows color (decimal): -4041178 or 2512578. OLE color: 2512578.

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

Color convert

RGB1948638-
CMYK00.560.800.24
HSL18.46º67.24%45.49%-
HSV(B)18.46º80.41%76.08%-
XYZ25.9318.263.99-
YUV112.8285.78185.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.01%
GREEN value IS 86 (33.98% from 255) = 27.04%
BLUE value IS 38 (15.23% from 255) = 11.95%
R=61.01%
G=27.04%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194863800.560.800.2418.4667.2445.49
HexC25626038501812432d
Octal30212646070120302210355
Binary1100001010101101001100111000101000011000100101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25626; }

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

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

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

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

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

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

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

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