Html Css Color HEX #C85739 Trinidad

📋 copy color: '#C85739'

red 200 ◦ green 87 ◦ blue 57

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

Shades of Trinidad #C85739

Tints of Trinidad #C85739

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.29%

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

R = 58.14%
G = 25.29%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C85739 (or 0xC85739) is known color: Trinidad. HEX triplet: C8, 57 and 39. RGB value is (200,87,57). Sum of RGB (Red+Green+Blue) = 200+87+57=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 57 (22.66% from 255 or 16.57% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C85739 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85739 is #37A8C6. Grayscale: #757575. Windows color (decimal): -3647687 or 3758024. OLE color: 3758024.

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

Color convert

RGB 200 87 57 -
CMYK 0 0.56 0.72 0.22
HSL 12.59º 0.57% 0.5% -
HSV(B) 12.59º 0.72% 0.78% -
XYZ 27.97 19.39 6.14 -
YUV 117.37 93.94 186.94 -
System Red Green Blue C M Y K H S L
Decimal 200 87 57 0 0.56 0.72 0.22 12.59 0.57 0.5
Hex C8 57 39 0 38 48 16 D 39 32
Octal 310 127 71 0 70 110 26 15 71 62
Binary 11001000 1010111 111001 0 111000 1001000 10110 1101 111001 110010

Color Harmonies of #C85739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85739

Black with #C85739

Text Example


Text Example

White with #C85739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85739; }

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

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

background-color css

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

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

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

border-color css

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

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

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