Html Css Color HEX #C5492C Trinidad

📋 copy color: '#C5492C'

red 197 ◦ green 73 ◦ blue 44

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

Shades of Trinidad #C5492C

Tints of Trinidad #C5492C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.01%

R = 62.74%
G = 23.25%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5492C (or 0xC5492C) is known color: Trinidad. HEX triplet: C5, 49 and 2C. RGB value is (197,73,44). Sum of RGB (Red+Green+Blue) = 197+73+44=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C5492C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5492C is #3AB6D3. Grayscale: #6B6B6B. Windows color (decimal): -3847892 or 2902469. OLE color: 2902469.

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

Color convert

RGB 197 73 44 -
CMYK 0 0.63 0.78 0.23
HSL 11.37º 0.63% 0.47% -
HSV(B) 11.37º 0.78% 0.77% -
XYZ 25.86 16.82 4.27 -
YUV 106.77 92.58 192.36 -
System Red Green Blue C M Y K H S L
Decimal 197 73 44 0 0.63 0.78 0.23 11.37 0.63 0.47
Hex C5 49 2C 0 3F 4E 17 B 3F 2F
Octal 305 111 54 0 77 116 27 13 77 57
Binary 11000101 1001001 101100 0 111111 1001110 10111 1011 111111 101111

Color Harmonies of #C5492C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5492C

Black with #C5492C

Text Example


Text Example

White with #C5492C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5492C; }

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

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

background-color css

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

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

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

border-color css

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

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

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