Html Css Color HEX #C15333 Trinidad

📋 copy color: '#C15333'

red 193 ◦ green 83 ◦ blue 51

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

Shades of Trinidad #C15333

Tints of Trinidad #C15333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.6%

R = 59.02%
G = 25.38%
B = 15.6%

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

#C15333 (or 0xC15333) is known color: Trinidad. HEX triplet: C1, 53 and 33. RGB value is (193,83,51). Sum of RGB (Red+Green+Blue) = 193+83+51=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 51 (20.31% from 255 or 15.60% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C15333 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15333 is #3EACCC. Grayscale: #707070. Windows color (decimal): -4107469 or 3363777. OLE color: 3363777.

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

Color convert

RGB 193 83 51 -
CMYK 0 0.57 0.74 0.24
HSL 13.52º 0.58% 0.48% -
HSV(B) 13.52º 0.74% 0.76% -
XYZ 25.68 17.76 5.21 -
YUV 112.24 93.44 185.6 -
System Red Green Blue C M Y K H S L
Decimal 193 83 51 0 0.57 0.74 0.24 13.52 0.58 0.48
Hex C1 53 33 0 39 4A 18 E 3A 30
Octal 301 123 63 0 71 112 30 16 72 60
Binary 11000001 1010011 110011 0 111001 1001010 11000 1110 111010 110000

Color Harmonies of #C15333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15333

Black with #C15333

Text Example


Text Example

White with #C15333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15333; }

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

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

background-color css

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

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

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

border-color css

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

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

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