Html Css Color HEX #C55738 Trinidad

📋 copy color: '#C55738'

red 197 ◦ green 87 ◦ blue 56

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

Shades of Trinidad #C55738

Tints of Trinidad #C55738

RGB

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

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

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

R = 57.94%
G = 25.59%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C55738 (or 0xC55738) is known color: Trinidad. HEX triplet: C5, 57 and 38. RGB value is (197,87,56). Sum of RGB (Red+Green+Blue) = 197+87+56=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 56 (22.27% from 255 or 16.47% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C55738 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55738 is #3AA8C7. Grayscale: #747474. Windows color (decimal): -3844296 or 3692485. OLE color: 3692485.

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

Color convert

RGB 197 87 56 -
CMYK 0 0.56 0.72 0.23
HSL 13.19º 0.56% 0.5% -
HSV(B) 13.19º 0.72% 0.77% -
XYZ 27.15 18.97 5.97 -
YUV 116.36 93.94 185.52 -
System Red Green Blue C M Y K H S L
Decimal 197 87 56 0 0.56 0.72 0.23 13.19 0.56 0.5
Hex C5 57 38 0 38 48 17 D 38 32
Octal 305 127 70 0 70 110 27 15 70 62
Binary 11000101 1010111 111000 0 111000 1001000 10111 1101 111000 110010

Color Harmonies of #C55738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55738

Black with #C55738

Text Example


Text Example

White with #C55738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55738; }

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

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

background-color css

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

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

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

border-color css

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

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

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