Html Css Color HEX #C5492E Trinidad

📋 copy color: '#C5492E'

red 197 ◦ green 73 ◦ blue 46

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

Shades of Trinidad #C5492E

Tints of Trinidad #C5492E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.1%

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

R = 62.34%
G = 23.1%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5492E (or 0xC5492E) is known color: Trinidad. HEX triplet: C5, 49 and 2E. RGB value is (197,73,46). Sum of RGB (Red+Green+Blue) = 197+73+46=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C5492E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5492E is #3AB6D1. Grayscale: #6B6B6B. Windows color (decimal): -3847890 or 3033541. OLE color: 3033541.

HSL color Cylindrical-coordinate representation of color #C5492E: hue angle of 10.73º 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 #C5492E is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 73 46 -
CMYK 0 0.63 0.77 0.23
HSL 10.73º 0.62% 0.48% -
HSV(B) 10.73º 0.77% 0.77% -
XYZ 25.9 16.83 4.47 -
YUV 107 93.58 192.2 -
System Red Green Blue C M Y K H S L
Decimal 197 73 46 0 0.63 0.77 0.23 10.73 0.62 0.48
Hex C5 49 2E 0 3F 4D 17 B 3E 30
Octal 305 111 56 0 77 115 27 13 76 60
Binary 11000101 1001001 101110 0 111111 1001101 10111 1011 111110 110000

Color Harmonies of #C5492E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5492E

Black with #C5492E

Text Example


Text Example

White with #C5492E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5492E; }

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

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

background-color css

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

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

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

border-color css

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

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

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