Html Css Color HEX #C15639 Trinidad

📋 copy color: '#C15639'

red 193 ◦ green 86 ◦ blue 57

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

Shades of Trinidad #C15639

Tints of Trinidad #C15639

RGB

 RED value IS 193 (75.78% from 255) = 57.44%

 GREEN value IS 86 (33.98% from 255) = 25.6%

 BLUE value IS 57 (22.66% from 255) = 16.96%

R = 57.44%
G = 25.6%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C15639 (or 0xC15639) is known color: Trinidad. HEX triplet: C1, 56 and 39. RGB value is (193,86,57). Sum of RGB (Red+Green+Blue) = 193+86+57=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 57 (22.66% from 255 or 16.96% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C15639 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15639 is #3EA9C6. Grayscale: #727272. Windows color (decimal): -4106695 or 3757761. OLE color: 3757761.

HSL color Cylindrical-coordinate representation of color #C15639: hue angle of 12.79º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C15639 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 86 57 -
CMYK 0 0.55 0.70 0.24
HSL 12.79º 0.54% 0.49% -
HSV(B) 12.79º 0.7% 0.76% -
XYZ 26.06 18.29 6.03 -
YUV 114.69 95.45 183.86 -
System Red Green Blue C M Y K H S L
Decimal 193 86 57 0 0.55 0.70 0.24 12.79 0.54 0.49
Hex C1 56 39 0 37 46 18 D 36 31
Octal 301 126 71 0 67 106 30 15 66 61
Binary 11000001 1010110 111001 0 110111 1000110 11000 1101 110110 110001

Color Harmonies of #C15639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15639

Black with #C15639

Text Example


Text Example

White with #C15639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15639; }

 p { color: rgb(193,86,57); }

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

background-color css

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

 a { background-color: rgb(193,86,57); }

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

border-color css

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

 span { border-color: rgb(193,86,57); }

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