Html Css Color HEX #C55836 Trinidad

📋 copy color: '#C55836'

red 197 ◦ green 88 ◦ blue 54

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

Shades of Trinidad #C55836

Tints of Trinidad #C55836

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.96%

 BLUE value IS 54 (21.48% from 255) = 15.93%

R = 58.11%
G = 25.96%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C55836 (or 0xC55836) is known color: Trinidad. HEX triplet: C5, 58 and 36. RGB value is (197,88,54). Sum of RGB (Red+Green+Blue) = 197+88+54=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 54 (21.48% from 255 or 15.93% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C55836 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55836 is #3AA7C9. Grayscale: #747474. Windows color (decimal): -3844042 or 3561669. OLE color: 3561669.

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

Color convert

RGB 197 88 54 -
CMYK 0 0.55 0.73 0.23
HSL 14.27º 0.57% 0.49% -
HSV(B) 14.27º 0.73% 0.77% -
XYZ 27.18 19.12 5.75 -
YUV 116.72 92.61 185.26 -
System Red Green Blue C M Y K H S L
Decimal 197 88 54 0 0.55 0.73 0.23 14.27 0.57 0.49
Hex C5 58 36 0 37 49 17 E 39 31
Octal 305 130 66 0 67 111 27 16 71 61
Binary 11000101 1011000 110110 0 110111 1001001 10111 1110 111001 110001

Color Harmonies of #C55836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55836

Black with #C55836

Text Example


Text Example

White with #C55836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55836; }

 p { color: rgb(197,88,54); }

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

background-color css

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

 a { background-color: rgb(197,88,54); }

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

border-color css

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

 span { border-color: rgb(197,88,54); }

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