Html Css Color HEX #C15635 Trinidad

📋 copy color: '#C15635'

red 193 ◦ green 86 ◦ blue 53

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

Shades of Trinidad #C15635

Tints of Trinidad #C15635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.96%

R = 58.13%
G = 25.9%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C15635 (or 0xC15635) is known color: Trinidad. HEX triplet: C1, 56 and 35. RGB value is (193,86,53). Sum of RGB (Red+Green+Blue) = 193+86+53=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C15635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15635 is #3EA9CA. Grayscale: #727272. Windows color (decimal): -4106699 or 3495617. OLE color: 3495617.

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

Color convert

RGB 193 86 53 -
CMYK 0 0.55 0.73 0.24
HSL 14.14º 0.57% 0.48% -
HSV(B) 14.14º 0.73% 0.76% -
XYZ 25.96 18.25 5.52 -
YUV 114.23 93.45 184.18 -
System Red Green Blue C M Y K H S L
Decimal 193 86 53 0 0.55 0.73 0.24 14.14 0.57 0.48
Hex C1 56 35 0 37 49 18 E 39 30
Octal 301 126 65 0 67 111 30 16 71 60
Binary 11000001 1010110 110101 0 110111 1001001 11000 1110 111001 110000

Color Harmonies of #C15635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15635

Black with #C15635

Text Example


Text Example

White with #C15635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15635; }

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

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

background-color css

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

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

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

border-color css

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

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

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