Html Css Color HEX #C15320 Trinidad

📋 copy color: '#C15320'

red 193 ◦ green 83 ◦ blue 32

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

Shades of Trinidad #C15320

Tints of Trinidad #C15320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.39%

R = 62.66%
G = 26.95%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C15320 (or 0xC15320) is known color: Trinidad. HEX triplet: C1, 53 and 20. RGB value is (193,83,32). Sum of RGB (Red+Green+Blue) = 193+83+32=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C15320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15320 is #3EACDF. Grayscale: #6E6E6E. Windows color (decimal): -4107488 or 2118593. OLE color: 2118593.

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

Color convert

RGB 193 83 32 -
CMYK 0 0.57 0.83 0.24
HSL 19.01º 0.72% 0.44% -
HSV(B) 19.01º 0.83% 0.76% -
XYZ 25.35 17.63 3.43 -
YUV 110.08 83.94 187.15 -
System Red Green Blue C M Y K H S L
Decimal 193 83 32 0 0.57 0.83 0.24 19.01 0.72 0.44
Hex C1 53 20 0 39 53 18 13 48 2C
Octal 301 123 40 0 71 123 30 23 110 54
Binary 11000001 1010011 100000 0 111001 1010011 11000 10011 1001000 101100

Color Harmonies of #C15320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15320

Black with #C15320

Text Example


Text Example

White with #C15320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15320; }

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

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

background-color css

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

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

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

border-color css

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

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

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