Html Css Color HEX #C5582E Trinidad

📋 copy color: '#C5582E'

red 197 ◦ green 88 ◦ blue 46

#C5582E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trinidad #C5582E

Tints of Trinidad #C5582E

RGB

 RED value IS 197 (77.34% from 255) = 59.52%

 GREEN value IS 88 (34.77% from 255) = 26.59%

 BLUE value IS 46 (18.36% from 255) = 13.9%

R = 59.52%
G = 26.59%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5582E (or 0xC5582E) is known color: Trinidad. HEX triplet: C5, 58 and 2E. RGB value is (197,88,46). Sum of RGB (Red+Green+Blue) = 197+88+46=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C5582E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5582E is #3AA7D1. Grayscale: #747474. Windows color (decimal): -3844050 or 3037381. OLE color: 3037381.

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

Color convert

RGB 197 88 46 -
CMYK 0 0.55 0.77 0.23
HSL 16.69º 0.62% 0.48% -
HSV(B) 16.69º 0.77% 0.77% -
XYZ 27.01 19.05 4.84 -
YUV 115.8 88.61 185.92 -
System Red Green Blue C M Y K H S L
Decimal 197 88 46 0 0.55 0.77 0.23 16.69 0.62 0.48
Hex C5 58 2E 0 37 4D 17 11 3E 30
Octal 305 130 56 0 67 115 27 21 76 60
Binary 11000101 1011000 101110 0 110111 1001101 10111 10001 111110 110000

Color Harmonies of #C5582E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5582E

Black with #C5582E

Text Example


Text Example

White with #C5582E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5582E; }

 p { color: rgb(197,88,46); }

 H1.HeaderClassName
 {
   color: #C5582E;
 }
 .AnyTagClassName
 {
   color: #C5582E;
 }
</style>

background-color css

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

 a { background-color: rgb(197,88,46); }

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

border-color css

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

 span { border-color: rgb(197,88,46); }

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