#C55234

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

Shades of Trinidad #C55234

Tints of Trinidad #C55234

Color information

#C55234 (or 0xC55234) is unknown color: approx Trinidad. HEX triplet: C5, 52 and 34. RGB value is (197,82,52). Sum of RGB (Red+Green+Blue) = 197+82+52=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C55234 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55234 is #3AADCB. Grayscale: #717171. Windows color (decimal): -3845580 or 3429061. OLE color: 3429061.

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

Color convert

RGB1978252-
CMYK00.580.740.23
HSL12.41º58.23%48.82%-
HSV(B)12.41º73.6%77.25%-
XYZ26.6618.155.35-
YUV112.9693.6187.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.52%
GREEN value IS 82 (32.42% from 255) = 24.77%
BLUE value IS 52 (20.70% from 255) = 15.71%
R=59.52%
G=24.77%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197825200.580.740.2312.4158.2348.82
HexC5523403A4A17c3a31
Octal3051226407211227147261
Binary11000101101001011010001110101001010101111100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55234; }

 p { color: rgb(197,82,52); }

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

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

 a { background-color: rgb(197,82,52); }

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

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

 span { border-color: rgb(197,82,52); }

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