#C74623

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

Shades of Trinidad #C74623

Tints of Trinidad #C74623

Color information

#C74623 (or 0xC74623) is unknown color: approx Trinidad. HEX triplet: C7, 46 and 23. RGB value is (199,70,35). Sum of RGB (Red+Green+Blue) = 199+70+35=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 35 (14.06% from 255 or 11.51% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C74623 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74623 is #38B9DC. Grayscale: #686868. Windows color (decimal): -3717597 or 2311879. OLE color: 2311879.

HSL color Cylindrical-coordinate representation of color #C74623: hue angle of 12.8º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C74623 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB1997035-
CMYK00.650.820.22
HSL12.8º70.09%45.88%-
HSV(B)12.8º82.41%78.04%-
XYZ26.0516.643.43-
YUV104.5888.74195.35-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 65.46%
GREEN value IS 70 (27.73% from 255) = 23.03%
BLUE value IS 35 (14.06% from 255) = 11.51%
R=65.46%
G=23.03%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199703500.650.820.2212.870.0945.88
HexC746230415216d462e
Octal307106430101122261510656
Binary1100011110001101000110100000110100101011011011000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74623; }

 p { color: rgb(199,70,35); }

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

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

 a { background-color: rgb(199,70,35); }

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

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

 span { border-color: rgb(199,70,35); }

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