Html Css Color HEX #C15324 Trinidad

📋 copy color: '#C15324'

red 193 ◦ green 83 ◦ blue 36

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

Shades of Trinidad #C15324

Tints of Trinidad #C15324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.54%

R = 61.86%
G = 26.6%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C15324 (or 0xC15324) is known color: Trinidad. HEX triplet: C1, 53 and 24. RGB value is (193,83,36). Sum of RGB (Red+Green+Blue) = 193+83+36=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 36 (14.45% from 255 or 11.54% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C15324 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15324 is #3EACDB. Grayscale: #6E6E6E. Windows color (decimal): -4107484 or 2380737. OLE color: 2380737.

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

Color convert

RGB 193 83 36 -
CMYK 0 0.57 0.81 0.24
HSL 17.96º 0.69% 0.45% -
HSV(B) 17.96º 0.81% 0.76% -
XYZ 25.4 17.65 3.74 -
YUV 110.53 85.94 186.82 -
System Red Green Blue C M Y K H S L
Decimal 193 83 36 0 0.57 0.81 0.24 17.96 0.69 0.45
Hex C1 53 24 0 39 51 18 12 45 2D
Octal 301 123 44 0 71 121 30 22 105 55
Binary 11000001 1010011 100100 0 111001 1010001 11000 10010 1000101 101101

Color Harmonies of #C15324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15324

Black with #C15324

Text Example


Text Example

White with #C15324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15324; }

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

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

background-color css

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

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

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

border-color css

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

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

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