Html Css Color HEX #C15330 Trinidad

📋 copy color: '#C15330'

red 193 ◦ green 83 ◦ blue 48

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

Shades of Trinidad #C15330

Tints of Trinidad #C15330

RGB

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

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

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

R = 59.57%
G = 25.62%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C15330 (or 0xC15330) is known color: Trinidad. HEX triplet: C1, 53 and 30. RGB value is (193,83,48). Sum of RGB (Red+Green+Blue) = 193+83+48=324 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.57% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 193 - color contains mainly: red. Hex color #C15330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15330 is #3EACCF. Grayscale: #707070. Windows color (decimal): -4107472 or 3167169. OLE color: 3167169.

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

Color convert

RGB 193 83 48 -
CMYK 0 0.57 0.75 0.24
HSL 14.48º 0.6% 0.47% -
HSV(B) 14.48º 0.75% 0.76% -
XYZ 25.62 17.74 4.87 -
YUV 111.9 91.94 185.85 -
System Red Green Blue C M Y K H S L
Decimal 193 83 48 0 0.57 0.75 0.24 14.48 0.6 0.47
Hex C1 53 30 0 39 4B 18 E 3C 2F
Octal 301 123 60 0 71 113 30 16 74 57
Binary 11000001 1010011 110000 0 111001 1001011 11000 1110 111100 101111

Color Harmonies of #C15330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15330

Black with #C15330

Text Example


Text Example

White with #C15330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15330; }

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

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

background-color css

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

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

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

border-color css

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

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

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