Html Css Color HEX #C5512C Trinidad

📋 copy color: '#C5512C'

red 197 ◦ green 81 ◦ blue 44

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

Shades of Trinidad #C5512C

Tints of Trinidad #C5512C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.16%

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

R = 61.18%
G = 25.16%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5512C (or 0xC5512C) is known color: Trinidad. HEX triplet: C5, 51 and 2C. RGB value is (197,81,44). Sum of RGB (Red+Green+Blue) = 197+81+44=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C5512C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5512C is #3AAED3. Grayscale: #6F6F6F. Windows color (decimal): -3845844 or 2904517. OLE color: 2904517.

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

Color convert

RGB 197 81 44 -
CMYK 0 0.59 0.78 0.23
HSL 14.51º 0.63% 0.47% -
HSV(B) 14.51º 0.78% 0.77% -
XYZ 26.42 17.94 4.45 -
YUV 111.47 89.93 189.01 -
System Red Green Blue C M Y K H S L
Decimal 197 81 44 0 0.59 0.78 0.23 14.51 0.63 0.47
Hex C5 51 2C 0 3B 4E 17 F 3F 2F
Octal 305 121 54 0 73 116 27 17 77 57
Binary 11000101 1010001 101100 0 111011 1001110 10111 1111 111111 101111

Color Harmonies of #C5512C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5512C

Black with #C5512C

Text Example


Text Example

White with #C5512C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5512C; }

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

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

background-color css

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

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

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

border-color css

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

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

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