Html Css Color HEX #C85220 Trinidad

📋 copy color: '#C85220'

red 200 ◦ green 82 ◦ blue 32

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

Shades of Trinidad #C85220

Tints of Trinidad #C85220

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.11%

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

R = 63.69%
G = 26.11%
B = 10.19%

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

#C85220 (or 0xC85220) is known color: Trinidad. HEX triplet: C8, 52 and 20. RGB value is (200,82,32). Sum of RGB (Red+Green+Blue) = 200+82+32=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 32 (12.89% from 255 or 10.19% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C85220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85220 is #37ADDF. Grayscale: #6F6F6F. Windows color (decimal): -3648992 or 2118344. OLE color: 2118344.

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

Color convert

RGB 200 82 32 -
CMYK 0 0.59 0.84 0.22
HSL 17.86º 0.72% 0.45% -
HSV(B) 17.86º 0.84% 0.78% -
XYZ 27.1 18.42 3.49 -
YUV 111.58 83.09 191.07 -
System Red Green Blue C M Y K H S L
Decimal 200 82 32 0 0.59 0.84 0.22 17.86 0.72 0.45
Hex C8 52 20 0 3B 54 16 12 48 2D
Octal 310 122 40 0 73 124 26 22 110 55
Binary 11001000 1010010 100000 0 111011 1010100 10110 10010 1001000 101101

Color Harmonies of #C85220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85220

Black with #C85220

Text Example


Text Example

White with #C85220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85220; }

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

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

background-color css

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

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

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

border-color css

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

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

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