Html Css Color HEX #C15031 Trinidad

📋 copy color: '#C15031'

red 193 ◦ green 80 ◦ blue 49

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

Shades of Trinidad #C15031

Tints of Trinidad #C15031

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.84%

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

R = 59.94%
G = 24.84%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C15031 (or 0xC15031) is known color: Trinidad. HEX triplet: C1, 50 and 31. RGB value is (193,80,49). Sum of RGB (Red+Green+Blue) = 193+80+49=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C15031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15031 is #3EAFCE. Grayscale: #6E6E6E. Windows color (decimal): -4108239 or 3231937. OLE color: 3231937.

HSL color Cylindrical-coordinate representation of color #C15031: hue angle of 12.92º 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 #C15031 is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 80 49 -
CMYK 0 0.59 0.75 0.24
HSL 12.92º 0.6% 0.47% -
HSV(B) 12.92º 0.75% 0.76% -
XYZ 25.42 17.3 4.9 -
YUV 110.25 93.44 187.02 -
System Red Green Blue C M Y K H S L
Decimal 193 80 49 0 0.59 0.75 0.24 12.92 0.6 0.47
Hex C1 50 31 0 3B 4B 18 D 3C 2F
Octal 301 120 61 0 73 113 30 15 74 57
Binary 11000001 1010000 110001 0 111011 1001011 11000 1101 111100 101111

Color Harmonies of #C15031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15031

Black with #C15031

Text Example


Text Example

White with #C15031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15031; }

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

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

background-color css

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

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

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

border-color css

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

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

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