Html Css Color HEX #C15229 Trinidad

📋 copy color: '#C15229'

red 193 ◦ green 82 ◦ blue 41

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

Shades of Trinidad #C15229

Tints of Trinidad #C15229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.97%

R = 61.08%
G = 25.95%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C15229 (or 0xC15229) is known color: Trinidad. HEX triplet: C1, 52 and 29. RGB value is (193,82,41). Sum of RGB (Red+Green+Blue) = 193+82+41=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C15229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15229 is #3EADD6. Grayscale: #6E6E6E. Windows color (decimal): -4107735 or 2708161. OLE color: 2708161.

HSL color Cylindrical-coordinate representation of color #C15229: hue angle of 16.18º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C15229 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 82 41 -
CMYK 0 0.58 0.79 0.24
HSL 16.18º 0.65% 0.46% -
HSV(B) 16.18º 0.79% 0.76% -
XYZ 25.41 17.53 4.14 -
YUV 110.52 88.77 186.83 -
System Red Green Blue C M Y K H S L
Decimal 193 82 41 0 0.58 0.79 0.24 16.18 0.65 0.46
Hex C1 52 29 0 3A 4F 18 10 41 2E
Octal 301 122 51 0 72 117 30 20 101 56
Binary 11000001 1010010 101001 0 111010 1001111 11000 10000 1000001 101110

Color Harmonies of #C15229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15229

Black with #C15229

Text Example


Text Example

White with #C15229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15229; }

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

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

background-color css

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

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

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

border-color css

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

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

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