Html Css Color HEX #C55838 Trinidad

📋 copy color: '#C55838'

red 197 ◦ green 88 ◦ blue 56

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

Shades of Trinidad #C55838

Tints of Trinidad #C55838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.42%

R = 57.77%
G = 25.81%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C55838 (or 0xC55838) is known color: Trinidad. HEX triplet: C5, 58 and 38. RGB value is (197,88,56). Sum of RGB (Red+Green+Blue) = 197+88+56=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C55838 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55838 is #3AA7C7. Grayscale: #757575. Windows color (decimal): -3844040 or 3692741. OLE color: 3692741.

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

Color convert

RGB 197 88 56 -
CMYK 0 0.55 0.72 0.23
HSL 13.62º 0.56% 0.5% -
HSV(B) 13.62º 0.72% 0.77% -
XYZ 27.23 19.14 6 -
YUV 116.94 93.61 185.1 -
System Red Green Blue C M Y K H S L
Decimal 197 88 56 0 0.55 0.72 0.23 13.62 0.56 0.5
Hex C5 58 38 0 37 48 17 E 38 32
Octal 305 130 70 0 67 110 27 16 70 62
Binary 11000101 1011000 111000 0 110111 1001000 10111 1110 111000 110010

Color Harmonies of #C55838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55838

Black with #C55838

Text Example


Text Example

White with #C55838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55838; }

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

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

background-color css

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

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

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

border-color css

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

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

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