Html Css Color HEX #C15027 Trinidad

📋 copy color: '#C15027'

red 193 ◦ green 80 ◦ blue 39

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

Shades of Trinidad #C15027

Tints of Trinidad #C15027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.5%

R = 61.86%
G = 25.64%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C15027 (or 0xC15027) is known color: Trinidad. HEX triplet: C1, 50 and 27. RGB value is (193,80,39). Sum of RGB (Red+Green+Blue) = 193+80+39=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C15027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15027 is #3EAFD8. Grayscale: #6D6D6D. Windows color (decimal): -4108249 or 2576577. OLE color: 2576577.

HSL color Cylindrical-coordinate representation of color #C15027: hue angle of 15.97º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C15027 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 80 39 -
CMYK 0 0.59 0.80 0.24
HSL 15.97º 0.66% 0.45% -
HSV(B) 15.97º 0.8% 0.76% -
XYZ 25.23 17.22 3.91 -
YUV 109.11 88.44 187.83 -
System Red Green Blue C M Y K H S L
Decimal 193 80 39 0 0.59 0.80 0.24 15.97 0.66 0.45
Hex C1 50 27 0 3B 50 18 10 42 2D
Octal 301 120 47 0 73 120 30 20 102 55
Binary 11000001 1010000 100111 0 111011 1010000 11000 10000 1000010 101101

Color Harmonies of #C15027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15027

Black with #C15027

Text Example


Text Example

White with #C15027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15027; }

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

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

background-color css

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

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

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

border-color css

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

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

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