Html Css Color HEX #C84A20 Trinidad

📋 copy color: '#C84A20'

red 200 ◦ green 74 ◦ blue 32

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

Shades of Trinidad #C84A20

Tints of Trinidad #C84A20

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.18%

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

R = 65.36%
G = 24.18%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C84A20 (or 0xC84A20) is known color: Trinidad. HEX triplet: C8, 4A and 20. RGB value is (200,74,32). Sum of RGB (Red+Green+Blue) = 200+74+32=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84A20 is #37B5DF. Grayscale: #6B6B6B. Windows color (decimal): -3651040 or 2116296. OLE color: 2116296.

HSL color Cylindrical-coordinate representation of color #C84A20: hue angle of 15º 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 #C84A20 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 74 32 -
CMYK 0 0.63 0.84 0.22
HSL 15º 0.72% 0.45% -
HSV(B) 15º 0.84% 0.78% -
XYZ 26.53 17.28 3.3 -
YUV 106.89 85.74 194.42 -
System Red Green Blue C M Y K H S L
Decimal 200 74 32 0 0.63 0.84 0.22 15 0.72 0.45
Hex C8 4A 20 0 3F 54 16 F 48 2D
Octal 310 112 40 0 77 124 26 17 110 55
Binary 11001000 1001010 100000 0 111111 1010100 10110 1111 1001000 101101

Color Harmonies of #C84A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84A20

Black with #C84A20

Text Example


Text Example

White with #C84A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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