#C75623

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

Shades of Trinidad #C75623

Tints of Trinidad #C75623

Color information

#C75623 (or 0xC75623) is unknown color: approx Trinidad. HEX triplet: C7, 56 and 23. RGB value is (199,86,35). Sum of RGB (Red+Green+Blue) = 199+86+35=320 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.19% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 35 (14.06% from 255 or 10.94% from 320); Max value from RGB is 199 - color contains mainly: red. Hex color #C75623 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75623 is #38A9DC. Grayscale: #727272. Windows color (decimal): -3713501 or 2315975. OLE color: 2315975.

HSL color Cylindrical-coordinate representation of color #C75623: hue angle of 18.66º 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 #C75623 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB1998635-
CMYK00.570.820.22
HSL18.66º70.09%45.88%-
HSV(B)18.66º82.41%78.04%-
XYZ27.1818.923.81-
YUV113.9783.44188.65-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 62.19%
GREEN value IS 86 (33.98% from 255) = 26.88%
BLUE value IS 35 (14.06% from 255) = 10.94%
R=62.19%
G=26.88%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199863500.570.820.2218.6670.0945.88
HexC75623039521613462e
Octal30712643071122262310656
Binary1100011110101101000110111001101001010110100111000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75623; }

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

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

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

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

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

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

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

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