Html Css Color HEX #C15225 Trinidad

📋 copy color: '#C15225'

red 193 ◦ green 82 ◦ blue 37

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

Shades of Trinidad #C15225

Tints of Trinidad #C15225

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.28%

 BLUE value IS 37 (14.84% from 255) = 11.86%

R = 61.86%
G = 26.28%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C15225 (or 0xC15225) is known color: Trinidad. HEX triplet: C1, 52 and 25. RGB value is (193,82,37). Sum of RGB (Red+Green+Blue) = 193+82+37=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 37 (14.84% from 255 or 11.86% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C15225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15225 is #3EADDA. Grayscale: #6E6E6E. Windows color (decimal): -4107739 or 2446017. OLE color: 2446017.

HSL color Cylindrical-coordinate representation of color #C15225: hue angle of 17.31º degrees, saturation: 0.68, 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 #C15225 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 82 37 -
CMYK 0 0.58 0.81 0.24
HSL 17.31º 0.68% 0.45% -
HSV(B) 17.31º 0.81% 0.76% -
XYZ 25.34 17.51 3.79 -
YUV 110.06 86.77 187.16 -
System Red Green Blue C M Y K H S L
Decimal 193 82 37 0 0.58 0.81 0.24 17.31 0.68 0.45
Hex C1 52 25 0 3A 51 18 11 44 2D
Octal 301 122 45 0 72 121 30 21 104 55
Binary 11000001 1010010 100101 0 111010 1010001 11000 10001 1000100 101101

Color Harmonies of #C15225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15225

Black with #C15225

Text Example


Text Example

White with #C15225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15225; }

 p { color: rgb(193,82,37); }

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

background-color css

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

 a { background-color: rgb(193,82,37); }

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

border-color css

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

 span { border-color: rgb(193,82,37); }

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