Html Css Color HEX #C15033 Trinidad

📋 copy color: '#C15033'

red 193 ◦ green 80 ◦ blue 51

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

Shades of Trinidad #C15033

Tints of Trinidad #C15033

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.69%

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

R = 59.57%
G = 24.69%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C15033 (or 0xC15033) is known color: Trinidad. HEX triplet: C1, 50 and 33. RGB value is (193,80,51). Sum of RGB (Red+Green+Blue) = 193+80+51=324 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.57% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 51 (20.31% from 255 or 15.74% from 324); Max value from RGB is 193 - color contains mainly: red. Hex color #C15033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15033 is #3EAFCC. Grayscale: #6E6E6E. Windows color (decimal): -4108237 or 3363009. OLE color: 3363009.

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

Color convert

RGB 193 80 51 -
CMYK 0 0.59 0.74 0.24
HSL 12.25º 0.58% 0.48% -
HSV(B) 12.25º 0.74% 0.76% -
XYZ 25.46 17.31 5.13 -
YUV 110.48 94.44 186.86 -
System Red Green Blue C M Y K H S L
Decimal 193 80 51 0 0.59 0.74 0.24 12.25 0.58 0.48
Hex C1 50 33 0 3B 4A 18 C 3A 30
Octal 301 120 63 0 73 112 30 14 72 60
Binary 11000001 1010000 110011 0 111011 1001010 11000 1100 111010 110000

Color Harmonies of #C15033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15033

Black with #C15033

Text Example


Text Example

White with #C15033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15033; }

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

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

background-color css

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

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

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

border-color css

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

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

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