Html Css Color HEX #C85537 Trinidad

📋 copy color: '#C85537'

red 200 ◦ green 85 ◦ blue 55

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

Shades of Trinidad #C85537

Tints of Trinidad #C85537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.18%

R = 58.82%
G = 25%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C85537 (or 0xC85537) is known color: Trinidad. HEX triplet: C8, 55 and 37. RGB value is (200,85,55). Sum of RGB (Red+Green+Blue) = 200+85+55=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 55 (21.88% from 255 or 16.18% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C85537 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85537 is #37AAC8. Grayscale: #747474. Windows color (decimal): -3648201 or 3626440. OLE color: 3626440.

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

Color convert

RGB 200 85 55 -
CMYK 0 0.58 0.72 0.22
HSL 12.41º 0.57% 0.5% -
HSV(B) 12.41º 0.73% 0.78% -
XYZ 27.76 19.05 5.83 -
YUV 115.97 93.6 187.94 -
System Red Green Blue C M Y K H S L
Decimal 200 85 55 0 0.58 0.72 0.22 12.41 0.57 0.5
Hex C8 55 37 0 3A 48 16 C 39 32
Octal 310 125 67 0 72 110 26 14 71 62
Binary 11001000 1010101 110111 0 111010 1001000 10110 1100 111001 110010

Color Harmonies of #C85537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85537

Black with #C85537

Text Example


Text Example

White with #C85537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85537; }

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

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

background-color css

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

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

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

border-color css

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

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

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