Html Css Color HEX #C84E20 Trinidad

📋 copy color: '#C84E20'

red 200 ◦ green 78 ◦ blue 32

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

Shades of Trinidad #C84E20

Tints of Trinidad #C84E20

RGB

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

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

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

R = 64.52%
G = 25.16%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C84E20 (or 0xC84E20) is known color: Trinidad. HEX triplet: C8, 4E and 20. RGB value is (200,78,32). Sum of RGB (Red+Green+Blue) = 200+78+32=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C84E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C84E20 is #37B1DF. Grayscale: #6D6D6D. Windows color (decimal): -3650016 or 2117320. OLE color: 2117320.

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

Color convert

RGB 200 78 32 -
CMYK 0 0.61 0.84 0.22
HSL 16.43º 0.72% 0.45% -
HSV(B) 16.43º 0.84% 0.78% -
XYZ 26.8 17.83 3.4 -
YUV 109.23 84.42 192.74 -
System Red Green Blue C M Y K H S L
Decimal 200 78 32 0 0.61 0.84 0.22 16.43 0.72 0.45
Hex C8 4E 20 0 3D 54 16 10 48 2D
Octal 310 116 40 0 75 124 26 20 110 55
Binary 11001000 1001110 100000 0 111101 1010100 10110 10000 1001000 101101

Color Harmonies of #C84E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84E20

Black with #C84E20

Text Example


Text Example

White with #C84E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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