Html Css Color HEX #C55731 Trinidad

📋 copy color: '#C55731'

red 197 ◦ green 87 ◦ blue 49

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

Shades of Trinidad #C55731

Tints of Trinidad #C55731

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.13%

 BLUE value IS 49 (19.53% from 255) = 14.71%

R = 59.16%
G = 26.13%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C55731 (or 0xC55731) is known color: Trinidad. HEX triplet: C5, 57 and 31. RGB value is (197,87,49). Sum of RGB (Red+Green+Blue) = 197+87+49=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C55731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55731 is #3AA8CE. Grayscale: #737373. Windows color (decimal): -3844303 or 3233733. OLE color: 3233733.

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

Color convert

RGB 197 87 49 -
CMYK 0 0.56 0.75 0.23
HSL 15.41º 0.6% 0.48% -
HSV(B) 15.41º 0.75% 0.77% -
XYZ 26.99 18.91 5.13 -
YUV 115.56 90.44 186.09 -
System Red Green Blue C M Y K H S L
Decimal 197 87 49 0 0.56 0.75 0.23 15.41 0.6 0.48
Hex C5 57 31 0 38 4B 17 F 3C 30
Octal 305 127 61 0 70 113 27 17 74 60
Binary 11000101 1010111 110001 0 111000 1001011 10111 1111 111100 110000

Color Harmonies of #C55731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55731

Black with #C55731

Text Example


Text Example

White with #C55731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55731; }

 p { color: rgb(197,87,49); }

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

background-color css

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

 a { background-color: rgb(197,87,49); }

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

border-color css

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

 span { border-color: rgb(197,87,49); }

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