Html Css Color HEX #C15323 Trinidad

📋 copy color: '#C15323'

red 193 ◦ green 83 ◦ blue 35

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

Shades of Trinidad #C15323

Tints of Trinidad #C15323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.25%

R = 62.06%
G = 26.69%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C15323 (or 0xC15323) is known color: Trinidad. HEX triplet: C1, 53 and 23. RGB value is (193,83,35). Sum of RGB (Red+Green+Blue) = 193+83+35=311 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.06% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 193 - color contains mainly: red. Hex color #C15323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15323 is #3EACDC. Grayscale: #6E6E6E. Windows color (decimal): -4107485 or 2315201. OLE color: 2315201.

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

Color convert

RGB 193 83 35 -
CMYK 0 0.57 0.82 0.24
HSL 18.23º 0.69% 0.45% -
HSV(B) 18.23º 0.82% 0.76% -
XYZ 25.39 17.65 3.66 -
YUV 110.42 85.44 186.9 -
System Red Green Blue C M Y K H S L
Decimal 193 83 35 0 0.57 0.82 0.24 18.23 0.69 0.45
Hex C1 53 23 0 39 52 18 12 45 2D
Octal 301 123 43 0 71 122 30 22 105 55
Binary 11000001 1010011 100011 0 111001 1010010 11000 10010 1000101 101101

Color Harmonies of #C15323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15323

Black with #C15323

Text Example


Text Example

White with #C15323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15323; }

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

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

background-color css

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

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

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

border-color css

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

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

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