Html Css Color HEX #C15630 Trinidad

📋 copy color: '#C15630'

red 193 ◦ green 86 ◦ blue 48

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

Shades of Trinidad #C15630

Tints of Trinidad #C15630

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.3%

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

R = 59.02%
G = 26.3%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C15630 (or 0xC15630) is known color: Trinidad. HEX triplet: C1, 56 and 30. RGB value is (193,86,48). Sum of RGB (Red+Green+Blue) = 193+86+48=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C15630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15630 is #3EA9CF. Grayscale: #717171. Windows color (decimal): -4106704 or 3167937. OLE color: 3167937.

HSL color Cylindrical-coordinate representation of color #C15630: hue angle of 15.72º 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 #C15630 is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 86 48 -
CMYK 0 0.55 0.75 0.24
HSL 15.72º 0.6% 0.47% -
HSV(B) 15.72º 0.75% 0.76% -
XYZ 25.85 18.21 4.95 -
YUV 113.66 90.95 184.59 -
System Red Green Blue C M Y K H S L
Decimal 193 86 48 0 0.55 0.75 0.24 15.72 0.6 0.47
Hex C1 56 30 0 37 4B 18 10 3C 2F
Octal 301 126 60 0 67 113 30 20 74 57
Binary 11000001 1010110 110000 0 110111 1001011 11000 10000 111100 101111

Color Harmonies of #C15630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15630

Black with #C15630

Text Example


Text Example

White with #C15630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15630; }

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

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

background-color css

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

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

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

border-color css

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

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

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