Html Css Color HEX #C15230 Trinidad

📋 copy color: '#C15230'

red 193 ◦ green 82 ◦ blue 48

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

Shades of Trinidad #C15230

Tints of Trinidad #C15230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.86%

R = 59.75%
G = 25.39%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C15230 (or 0xC15230) is known color: Trinidad. HEX triplet: C1, 52 and 30. RGB value is (193,82,48). Sum of RGB (Red+Green+Blue) = 193+82+48=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C15230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15230 is #3EADCF. Grayscale: #6F6F6F. Windows color (decimal): -4107728 or 3166913. OLE color: 3166913.

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

Color convert

RGB 193 82 48 -
CMYK 0 0.58 0.75 0.24
HSL 14.07º 0.6% 0.47% -
HSV(B) 14.07º 0.75% 0.76% -
XYZ 25.54 17.59 4.84 -
YUV 111.31 92.27 186.26 -
System Red Green Blue C M Y K H S L
Decimal 193 82 48 0 0.58 0.75 0.24 14.07 0.6 0.47
Hex C1 52 30 0 3A 4B 18 E 3C 2F
Octal 301 122 60 0 72 113 30 16 74 57
Binary 11000001 1010010 110000 0 111010 1001011 11000 1110 111100 101111

Color Harmonies of #C15230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15230

Black with #C15230

Text Example


Text Example

White with #C15230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15230; }

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

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

background-color css

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

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

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

border-color css

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

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

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