Html Css Color HEX #C74E32 Trinidad

📋 copy color: '#C74E32'

red 199 ◦ green 78 ◦ blue 50

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

Shades of Trinidad #C74E32

Tints of Trinidad #C74E32

RGB

 RED value IS 199 (78.13% from 255) = 60.86%

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

 BLUE value IS 50 (19.92% from 255) = 15.29%

R = 60.86%
G = 23.85%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C74E32 (or 0xC74E32) is known color: Trinidad. HEX triplet: C7, 4E and 32. RGB value is (199,78,50). Sum of RGB (Red+Green+Blue) = 199+78+50=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C74E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74E32 is #38B1CD. Grayscale: #6F6F6F. Windows color (decimal): -3715534 or 3296967. OLE color: 3296967.

HSL color Cylindrical-coordinate representation of color #C74E32: hue angle of 11.28º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C74E32 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 78 50 -
CMYK 0 0.61 0.75 0.22
HSL 11.28º 0.6% 0.49% -
HSV(B) 11.28º 0.75% 0.78% -
XYZ 26.85 17.82 5.04 -
YUV 110.99 93.59 190.78 -
System Red Green Blue C M Y K H S L
Decimal 199 78 50 0 0.61 0.75 0.22 11.28 0.6 0.49
Hex C7 4E 32 0 3D 4B 16 B 3C 31
Octal 307 116 62 0 75 113 26 13 74 61
Binary 11000111 1001110 110010 0 111101 1001011 10110 1011 111100 110001

Color Harmonies of #C74E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74E32

Black with #C74E32

Text Example


Text Example

White with #C74E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74E32; }

 p { color: rgb(199,78,50); }

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

background-color css

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

 a { background-color: rgb(199,78,50); }

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

border-color css

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

 span { border-color: rgb(199,78,50); }

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