Html Css Color HEX #C15028 Trinidad

📋 copy color: '#C15028'

red 193 ◦ green 80 ◦ blue 40

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

Shades of Trinidad #C15028

Tints of Trinidad #C15028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.78%

R = 61.66%
G = 25.56%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C15028 (or 0xC15028) is known color: Trinidad. HEX triplet: C1, 50 and 28. RGB value is (193,80,40). Sum of RGB (Red+Green+Blue) = 193+80+40=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C15028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15028 is #3EAFD7. Grayscale: #6D6D6D. Windows color (decimal): -4108248 or 2642113. OLE color: 2642113.

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

Color convert

RGB 193 80 40 -
CMYK 0 0.59 0.79 0.24
HSL 15.69º 0.66% 0.46% -
HSV(B) 15.69º 0.79% 0.76% -
XYZ 25.24 17.23 4 -
YUV 109.23 88.94 187.75 -
System Red Green Blue C M Y K H S L
Decimal 193 80 40 0 0.59 0.79 0.24 15.69 0.66 0.46
Hex C1 50 28 0 3B 4F 18 10 42 2E
Octal 301 120 50 0 73 117 30 20 102 56
Binary 11000001 1010000 101000 0 111011 1001111 11000 10000 1000010 101110

Color Harmonies of #C15028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15028

Black with #C15028

Text Example


Text Example

White with #C15028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15028; }

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

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

background-color css

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

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

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

border-color css

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

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

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