#C95435

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

Shades of Trinidad #C95435

Tints of Trinidad #C95435

Color information

#C95435 (or 0xC95435) is unknown color: approx Trinidad. HEX triplet: C9, 54 and 35. RGB value is (201,84,53). Sum of RGB (Red+Green+Blue) = 201+84+53=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C95435 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95435 is #36ABCA. Grayscale: #737373. Windows color (decimal): -3582923 or 3495113. OLE color: 3495113.

HSL color Cylindrical-coordinate representation of color #C95435: hue angle of 12.57º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C95435 is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB2018453-
CMYK00.580.740.21
HSL12.57º58.27%49.8%-
HSV(B)12.57º73.63%78.82%-
XYZ27.919.025.57-
YUV115.4592.76189.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 59.47%
GREEN value IS 84 (33.20% from 255) = 24.85%
BLUE value IS 53 (21.09% from 255) = 15.68%
R=59.47%
G=24.85%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201845300.580.740.2112.5758.2749.8
HexC9543503A4A15d3a32
Octal3111246507211225157262
Binary11001001101010011010101110101001010101011101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95435; }

 p { color: rgb(201,84,53); }

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

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

 a { background-color: rgb(201,84,53); }

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

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

 span { border-color: rgb(201,84,53); }

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