#C25532

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

Shades of Trinidad #C25532

Tints of Trinidad #C25532

Color information

#C25532 (or 0xC25532) is unknown color: approx Trinidad. HEX triplet: C2, 55 and 32. RGB value is (194,85,50). Sum of RGB (Red+Green+Blue) = 194+85+50=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C25532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25532 is #3DAACD. Grayscale: #717171. Windows color (decimal): -4041422 or 3298754. OLE color: 3298754.

HSL color Cylindrical-coordinate representation of color #C25532: hue angle of 14.58º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C25532 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB1948550-
CMYK00.560.740.24
HSL14.58º59.02%47.84%-
HSV(B)14.58º74.23%76.08%-
XYZ26.0718.25.16-
YUV113.692.11185.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.97%
GREEN value IS 85 (33.59% from 255) = 25.84%
BLUE value IS 50 (19.92% from 255) = 15.20%
R=58.97%
G=25.84%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194855000.560.740.2414.5859.0247.84
HexC255320384A18f3b30
Octal3021256207011230177360
Binary11000010101010111001001110001001010110001111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25532; }

 p { color: rgb(194,85,50); }

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

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

 a { background-color: rgb(194,85,50); }

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

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

 span { border-color: rgb(194,85,50); }

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