Html Css Color HEX #C15531 Trinidad

📋 copy color: '#C15531'

red 193 ◦ green 85 ◦ blue 49

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

Shades of Trinidad #C15531

Tints of Trinidad #C15531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.98%

R = 59.02%
G = 25.99%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C15531 (or 0xC15531) is known color: Trinidad. HEX triplet: C1, 55 and 31. RGB value is (193,85,49). Sum of RGB (Red+Green+Blue) = 193+85+49=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C15531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15531 is #3EAACE. Grayscale: #717171. Windows color (decimal): -4106959 or 3233217. OLE color: 3233217.

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

Color convert

RGB 193 85 49 -
CMYK 0 0.56 0.75 0.24
HSL 15º 0.6% 0.47% -
HSV(B) 15º 0.75% 0.76% -
XYZ 25.8 18.06 5.03 -
YUV 113.19 91.78 184.93 -
System Red Green Blue C M Y K H S L
Decimal 193 85 49 0 0.56 0.75 0.24 15 0.6 0.47
Hex C1 55 31 0 38 4B 18 F 3C 2F
Octal 301 125 61 0 70 113 30 17 74 57
Binary 11000001 1010101 110001 0 111000 1001011 11000 1111 111100 101111

Color Harmonies of #C15531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15531

Black with #C15531

Text Example


Text Example

White with #C15531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15531; }

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

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

background-color css

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

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

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

border-color css

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

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

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