Html Css Color HEX #C44E20 Trinidad

📋 copy color: '#C44E20'

red 196 ◦ green 78 ◦ blue 32

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

Shades of Trinidad #C44E20

Tints of Trinidad #C44E20

RGB

 RED value IS 196 (76.95% from 255) = 64.05%

 GREEN value IS 78 (30.86% from 255) = 25.49%

 BLUE value IS 32 (12.89% from 255) = 10.46%

R = 64.05%
G = 25.49%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C44E20 (or 0xC44E20) is known color: Trinidad. HEX triplet: C4, 4E and 20. RGB value is (196,78,32). Sum of RGB (Red+Green+Blue) = 196+78+32=306 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.05% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C44E20 is #3BB1DF. Grayscale: #6C6C6C. Windows color (decimal): -3912160 or 2117316. OLE color: 2117316.

HSL color Cylindrical-coordinate representation of color #C44E20: hue angle of 16.83º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C44E20 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 78 32 -
CMYK 0 0.60 0.84 0.23
HSL 16.83º 0.72% 0.45% -
HSV(B) 16.83º 0.84% 0.77% -
XYZ 25.75 17.29 3.35 -
YUV 108.04 85.09 190.74 -
System Red Green Blue C M Y K H S L
Decimal 196 78 32 0 0.60 0.84 0.23 16.83 0.72 0.45
Hex C4 4E 20 0 3C 54 17 11 48 2D
Octal 304 116 40 0 74 124 27 21 110 55
Binary 11000100 1001110 100000 0 111100 1010100 10111 10001 1001000 101101

Color Harmonies of #C44E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44E20

Black with #C44E20

Text Example


Text Example

White with #C44E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44E20; }

 p { color: rgb(196,78,32); }

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

background-color css

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

 a { background-color: rgb(196,78,32); }

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

border-color css

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

 span { border-color: rgb(196,78,32); }

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