#C74E32

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

Shades of Trinidad #C74E32

Tints of Trinidad #C74E32

Color information

#C74E32 (or 0xC74E32) is unknown color: approx Trinidad. HEX triplet: C7, 4E and 32. RGB value is (199,78,50). Sum of RGB (Red+Green+Blue) = 199+78+50=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C74E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74E32 is #38B1CD. Grayscale: #6F6F6F. Windows color (decimal): -3715534 or 3296967. OLE color: 3296967.

HSL color Cylindrical-coordinate representation of color #C74E32: hue angle of 11.28º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C74E32 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB1997850-
CMYK00.610.750.22
HSL11.28º59.84%48.82%-
HSV(B)11.28º74.87%78.04%-
XYZ26.8517.825.04-
YUV110.9993.59190.78-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 60.86%
GREEN value IS 78 (30.86% from 255) = 23.85%
BLUE value IS 50 (19.92% from 255) = 15.29%
R=60.86%
G=23.85%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199785000.610.750.2211.2859.8448.82
HexC74E3203D4B16b3c31
Octal3071166207511326137461
Binary11000111100111011001001111011001011101101011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74E32; }

 p { color: rgb(199,78,50); }

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

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

 a { background-color: rgb(199,78,50); }

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

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

 span { border-color: rgb(199,78,50); }

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