Html Css Color HEX #C5492D Trinidad

📋 copy color: '#C5492D'

red 197 ◦ green 73 ◦ blue 45

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

Shades of Trinidad #C5492D

Tints of Trinidad #C5492D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.29%

R = 62.54%
G = 23.17%
B = 14.29%

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

#C5492D (or 0xC5492D) is known color: Trinidad. HEX triplet: C5, 49 and 2D. RGB value is (197,73,45). Sum of RGB (Red+Green+Blue) = 197+73+45=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C5492D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5492D is #3AB6D2. Grayscale: #6B6B6B. Windows color (decimal): -3847891 or 2968005. OLE color: 2968005.

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

Color convert

RGB 197 73 45 -
CMYK 0 0.63 0.77 0.23
HSL 11.05º 0.63% 0.47% -
HSV(B) 11.05º 0.77% 0.77% -
XYZ 25.88 16.82 4.37 -
YUV 106.88 93.08 192.28 -
System Red Green Blue C M Y K H S L
Decimal 197 73 45 0 0.63 0.77 0.23 11.05 0.63 0.47
Hex C5 49 2D 0 3F 4D 17 B 3F 2F
Octal 305 111 55 0 77 115 27 13 77 57
Binary 11000101 1001001 101101 0 111111 1001101 10111 1011 111111 101111

Color Harmonies of #C5492D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5492D

Black with #C5492D

Text Example


Text Example

White with #C5492D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5492D; }

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

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

background-color css

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

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

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

border-color css

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

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

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