Html Css Color HEX #C85420 Trinidad

📋 copy color: '#C85420'

red 200 ◦ green 84 ◦ blue 32

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

Shades of Trinidad #C85420

Tints of Trinidad #C85420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.58%

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

R = 63.29%
G = 26.58%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C85420 (or 0xC85420) is known color: Trinidad. HEX triplet: C8, 54 and 20. RGB value is (200,84,32). Sum of RGB (Red+Green+Blue) = 200+84+32=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C85420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85420 is #37ABDF. Grayscale: #717171. Windows color (decimal): -3648480 or 2118856. OLE color: 2118856.

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

Color convert

RGB 200 84 32 -
CMYK 0 0.58 0.84 0.22
HSL 18.57º 0.72% 0.45% -
HSV(B) 18.57º 0.84% 0.78% -
XYZ 27.25 18.72 3.54 -
YUV 112.76 82.43 190.23 -
System Red Green Blue C M Y K H S L
Decimal 200 84 32 0 0.58 0.84 0.22 18.57 0.72 0.45
Hex C8 54 20 0 3A 54 16 13 48 2D
Octal 310 124 40 0 72 124 26 23 110 55
Binary 11001000 1010100 100000 0 111010 1010100 10110 10011 1001000 101101

Color Harmonies of #C85420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85420

Black with #C85420

Text Example


Text Example

White with #C85420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85420; }

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

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

background-color css

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

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

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

border-color css

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

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

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