Html Css Color HEX #C5511C Trinidad

📋 copy color: '#C5511C'

red 197 ◦ green 81 ◦ blue 28

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

Shades of Trinidad #C5511C

Tints of Trinidad #C5511C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.15%

R = 64.38%
G = 26.47%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5511C (or 0xC5511C) is known color: Trinidad. HEX triplet: C5, 51 and 1C. RGB value is (197,81,28). Sum of RGB (Red+Green+Blue) = 197+81+28=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C5511C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5511C is #3AAEE3. Grayscale: #6D6D6D. Windows color (decimal): -3845860 or 1855941. OLE color: 1855941.

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

Color convert

RGB 197 81 28 -
CMYK 0 0.59 0.86 0.23
HSL 18.82º 0.75% 0.44% -
HSV(B) 18.82º 0.86% 0.77% -
XYZ 26.18 17.84 3.16 -
YUV 109.64 81.93 190.31 -
System Red Green Blue C M Y K H S L
Decimal 197 81 28 0 0.59 0.86 0.23 18.82 0.75 0.44
Hex C5 51 1C 0 3B 56 17 13 4B 2C
Octal 305 121 34 0 73 126 27 23 113 54
Binary 11000101 1010001 11100 0 111011 1010110 10111 10011 1001011 101100

Color Harmonies of #C5511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5511C

Black with #C5511C

Text Example


Text Example

White with #C5511C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5511C; }

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

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

background-color css

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

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

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

border-color css

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

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

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