Html Css Color HEX #C84E29 Trinidad

📋 copy color: '#C84E29'

red 200 ◦ green 78 ◦ blue 41

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

Shades of Trinidad #C84E29

Tints of Trinidad #C84E29

RGB

 RED value IS 200 (78.52% from 255) = 62.7%

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

 BLUE value IS 41 (16.41% from 255) = 12.85%

R = 62.7%
G = 24.45%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C84E29 (or 0xC84E29) is known color: Trinidad. HEX triplet: C8, 4E and 29. RGB value is (200,78,41). Sum of RGB (Red+Green+Blue) = 200+78+41=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 41 (16.41% from 255 or 12.85% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C84E29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C84E29 is #37B1D6. Grayscale: #6E6E6E. Windows color (decimal): -3650007 or 2707144. OLE color: 2707144.

HSL color Cylindrical-coordinate representation of color #C84E29: hue angle of 13.96º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C84E29 is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 78 41 -
CMYK 0 0.61 0.80 0.22
HSL 13.96º 0.66% 0.47% -
HSV(B) 13.96º 0.8% 0.78% -
XYZ 26.94 17.89 4.13 -
YUV 110.26 88.92 192.01 -
System Red Green Blue C M Y K H S L
Decimal 200 78 41 0 0.61 0.80 0.22 13.96 0.66 0.47
Hex C8 4E 29 0 3D 50 16 E 42 2F
Octal 310 116 51 0 75 120 26 16 102 57
Binary 11001000 1001110 101001 0 111101 1010000 10110 1110 1000010 101111

Color Harmonies of #C84E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84E29

Black with #C84E29

Text Example


Text Example

White with #C84E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84E29; }

 p { color: rgb(200,78,41); }

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

background-color css

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

 a { background-color: rgb(200,78,41); }

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

border-color css

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

 span { border-color: rgb(200,78,41); }

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