Html Css Color HEX #C15537 Trinidad

📋 copy color: '#C15537'

red 193 ◦ green 85 ◦ blue 55

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

Shades of Trinidad #C15537

Tints of Trinidad #C15537

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.53%

 BLUE value IS 55 (21.88% from 255) = 16.52%

R = 57.96%
G = 25.53%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C15537 (or 0xC15537) is known color: Trinidad. HEX triplet: C1, 55 and 37. RGB value is (193,85,55). Sum of RGB (Red+Green+Blue) = 193+85+55=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 55 (21.88% from 255 or 16.52% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C15537 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15537 is #3EAAC8. Grayscale: #727272. Windows color (decimal): -4106953 or 3626433. OLE color: 3626433.

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

Color convert

RGB 193 85 55 -
CMYK 0 0.56 0.72 0.24
HSL 13.04º 0.56% 0.49% -
HSV(B) 13.04º 0.72% 0.76% -
XYZ 25.93 18.11 5.74 -
YUV 113.87 94.78 184.44 -
System Red Green Blue C M Y K H S L
Decimal 193 85 55 0 0.56 0.72 0.24 13.04 0.56 0.49
Hex C1 55 37 0 38 48 18 D 38 31
Octal 301 125 67 0 70 110 30 15 70 61
Binary 11000001 1010101 110111 0 111000 1001000 11000 1101 111000 110001

Color Harmonies of #C15537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15537

Black with #C15537

Text Example


Text Example

White with #C15537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15537; }

 p { color: rgb(193,85,55); }

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

background-color css

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

 a { background-color: rgb(193,85,55); }

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

border-color css

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

 span { border-color: rgb(193,85,55); }

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