Html Css Color HEX #C85120 Trinidad

📋 copy color: '#C85120'

red 200 ◦ green 81 ◦ blue 32

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

Shades of Trinidad #C85120

Tints of Trinidad #C85120

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.88%

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

R = 63.9%
G = 25.88%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C85120 (or 0xC85120) is known color: Trinidad. HEX triplet: C8, 51 and 20. RGB value is (200,81,32). Sum of RGB (Red+Green+Blue) = 200+81+32=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C85120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85120 is #37AEDF. Grayscale: #6F6F6F. Windows color (decimal): -3649248 or 2118088. OLE color: 2118088.

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

Color convert

RGB 200 81 32 -
CMYK 0 0.59 0.84 0.22
HSL 17.5º 0.72% 0.45% -
HSV(B) 17.5º 0.84% 0.78% -
XYZ 27.02 18.27 3.47 -
YUV 111 83.42 191.48 -
System Red Green Blue C M Y K H S L
Decimal 200 81 32 0 0.59 0.84 0.22 17.5 0.72 0.45
Hex C8 51 20 0 3B 54 16 12 48 2D
Octal 310 121 40 0 73 124 26 22 110 55
Binary 11001000 1010001 100000 0 111011 1010100 10110 10010 1001000 101101

Color Harmonies of #C85120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85120

Black with #C85120

Text Example


Text Example

White with #C85120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85120; }

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

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

background-color css

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

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

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

border-color css

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

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

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