#C75634

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

Shades of Trinidad #C75634

Tints of Trinidad #C75634

Color information

#C75634 (or 0xC75634) is unknown color: approx Trinidad. HEX triplet: C7, 56 and 34. RGB value is (199,86,52). Sum of RGB (Red+Green+Blue) = 199+86+52=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C75634 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75634 is #38A9CB. Grayscale: #747474. Windows color (decimal): -3713484 or 3430087. OLE color: 3430087.

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

Color convert

RGB1998652-
CMYK00.570.740.22
HSL13.88º58.57%49.22%-
HSV(B)13.88º73.87%78.04%-
XYZ27.519.055.48-
YUV115.9191.94187.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 59.05%
GREEN value IS 86 (33.98% from 255) = 25.52%
BLUE value IS 52 (20.70% from 255) = 15.43%
R=59.05%
G=25.52%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199865200.570.740.2213.8858.5749.22
HexC756340394A16e3b31
Octal3071266407111226167361
Binary11000111101011011010001110011001010101101110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75634; }

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

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

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

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

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

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

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

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