Html Css Color HEX #C85039 Trinidad

📋 copy color: '#C85039'

red 200 ◦ green 80 ◦ blue 57

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

Shades of Trinidad #C85039

Tints of Trinidad #C85039

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.74%

 BLUE value IS 57 (22.66% from 255) = 16.91%

R = 59.35%
G = 23.74%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C85039 (or 0xC85039) is known color: Trinidad. HEX triplet: C8, 50 and 39. RGB value is (200,80,57). Sum of RGB (Red+Green+Blue) = 200+80+57=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 57 (22.66% from 255 or 16.91% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C85039 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85039 is #37AFC6. Grayscale: #717171. Windows color (decimal): -3649479 or 3756232. OLE color: 3756232.

HSL color Cylindrical-coordinate representation of color #C85039: hue angle of 9.65º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C85039 is Cyan = 0, Magento = 0.6, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 80 57 -
CMYK 0 0.6 0.72 0.22
HSL 9.65º 0.57% 0.5% -
HSV(B) 9.65º 0.72% 0.78% -
XYZ 27.43 18.31 5.96 -
YUV 113.26 96.26 189.87 -
System Red Green Blue C M Y K H S L
Decimal 200 80 57 0 0.6 0.72 0.22 9.65 0.57 0.5
Hex C8 50 39 0 3C 48 16 A 39 32
Octal 310 120 71 0 74 110 26 12 71 62
Binary 11001000 1010000 111001 0 111100 1001000 10110 1010 111001 110010

Color Harmonies of #C85039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85039

Black with #C85039

Text Example


Text Example

White with #C85039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85039; }

 p { color: rgb(200,80,57); }

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

background-color css

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

 a { background-color: rgb(200,80,57); }

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

border-color css

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

 span { border-color: rgb(200,80,57); }

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