Html Css Color HEX #C15332 Trinidad

📋 copy color: '#C15332'

red 193 ◦ green 83 ◦ blue 50

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

Shades of Trinidad #C15332

Tints of Trinidad #C15332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.34%

R = 59.2%
G = 25.46%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C15332 (or 0xC15332) is known color: Trinidad. HEX triplet: C1, 53 and 32. RGB value is (193,83,50). Sum of RGB (Red+Green+Blue) = 193+83+50=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C15332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15332 is #3EACCD. Grayscale: #707070. Windows color (decimal): -4107470 or 3298241. OLE color: 3298241.

HSL color Cylindrical-coordinate representation of color #C15332: hue angle of 13.85º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C15332 is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 83 50 -
CMYK 0 0.57 0.74 0.24
HSL 13.85º 0.59% 0.48% -
HSV(B) 13.85º 0.74% 0.76% -
XYZ 25.66 17.75 5.09 -
YUV 112.13 92.94 185.68 -
System Red Green Blue C M Y K H S L
Decimal 193 83 50 0 0.57 0.74 0.24 13.85 0.59 0.48
Hex C1 53 32 0 39 4A 18 E 3B 30
Octal 301 123 62 0 71 112 30 16 73 60
Binary 11000001 1010011 110010 0 111001 1001010 11000 1110 111011 110000

Color Harmonies of #C15332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15332

Black with #C15332

Text Example


Text Example

White with #C15332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15332; }

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

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

background-color css

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

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

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

border-color css

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

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

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