Html Css Color HEX #C15329 Trinidad

📋 copy color: '#C15329'

red 193 ◦ green 83 ◦ blue 41

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

Shades of Trinidad #C15329

Tints of Trinidad #C15329

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.18%

 BLUE value IS 41 (16.41% from 255) = 12.93%

R = 60.88%
G = 26.18%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C15329 (or 0xC15329) is known color: Trinidad. HEX triplet: C1, 53 and 29. RGB value is (193,83,41). Sum of RGB (Red+Green+Blue) = 193+83+41=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C15329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15329 is #3EACD6. Grayscale: #6F6F6F. Windows color (decimal): -4107479 or 2708417. OLE color: 2708417.

HSL color Cylindrical-coordinate representation of color #C15329: hue angle of 16.58º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C15329 is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 83 41 -
CMYK 0 0.57 0.79 0.24
HSL 16.58º 0.65% 0.46% -
HSV(B) 16.58º 0.79% 0.76% -
XYZ 25.49 17.68 4.17 -
YUV 111.1 88.44 186.42 -
System Red Green Blue C M Y K H S L
Decimal 193 83 41 0 0.57 0.79 0.24 16.58 0.65 0.46
Hex C1 53 29 0 39 4F 18 11 41 2E
Octal 301 123 51 0 71 117 30 21 101 56
Binary 11000001 1010011 101001 0 111001 1001111 11000 10001 1000001 101110

Color Harmonies of #C15329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15329

Black with #C15329

Text Example


Text Example

White with #C15329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15329; }

 p { color: rgb(193,83,41); }

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

background-color css

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

 a { background-color: rgb(193,83,41); }

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

border-color css

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

 span { border-color: rgb(193,83,41); }

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