Html Css Color HEX #C85520 Trinidad

📋 copy color: '#C85520'

red 200 ◦ green 85 ◦ blue 32

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

Shades of Trinidad #C85520

Tints of Trinidad #C85520

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.81%

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

R = 63.09%
G = 26.81%
B = 10.09%

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

#C85520 (or 0xC85520) is known color: Trinidad. HEX triplet: C8, 55 and 20. RGB value is (200,85,32). Sum of RGB (Red+Green+Blue) = 200+85+32=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C85520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85520 is #37AADF. Grayscale: #717171. Windows color (decimal): -3648224 or 2119112. OLE color: 2119112.

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

Color convert

RGB 200 85 32 -
CMYK 0 0.58 0.84 0.22
HSL 18.93º 0.72% 0.45% -
HSV(B) 18.93º 0.84% 0.78% -
XYZ 27.33 18.88 3.57 -
YUV 113.34 82.1 189.81 -
System Red Green Blue C M Y K H S L
Decimal 200 85 32 0 0.58 0.84 0.22 18.93 0.72 0.45
Hex C8 55 20 0 3A 54 16 13 48 2D
Octal 310 125 40 0 72 124 26 23 110 55
Binary 11001000 1010101 100000 0 111010 1010100 10110 10011 1001000 101101

Color Harmonies of #C85520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85520

Black with #C85520

Text Example


Text Example

White with #C85520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85520; }

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

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

background-color css

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

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

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

border-color css

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

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

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