Html Css Color HEX #C85336 Trinidad

📋 copy color: '#C85336'

red 200 ◦ green 83 ◦ blue 54

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

Shades of Trinidad #C85336

Tints of Trinidad #C85336

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.63%

 BLUE value IS 54 (21.48% from 255) = 16.02%

R = 59.35%
G = 24.63%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C85336 (or 0xC85336) is known color: Trinidad. HEX triplet: C8, 53 and 36. RGB value is (200,83,54). Sum of RGB (Red+Green+Blue) = 200+83+54=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 54 (21.48% from 255 or 16.02% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C85336 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85336 is #37ACC9. Grayscale: #727272. Windows color (decimal): -3648714 or 3560392. OLE color: 3560392.

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

Color convert

RGB 200 83 54 -
CMYK 0 0.58 0.73 0.22
HSL 11.92º 0.57% 0.5% -
HSV(B) 11.92º 0.73% 0.78% -
XYZ 27.58 18.73 5.65 -
YUV 114.68 93.76 188.86 -
System Red Green Blue C M Y K H S L
Decimal 200 83 54 0 0.58 0.73 0.22 11.92 0.57 0.5
Hex C8 53 36 0 3A 49 16 C 39 32
Octal 310 123 66 0 72 111 26 14 71 62
Binary 11001000 1010011 110110 0 111010 1001001 10110 1100 111001 110010

Color Harmonies of #C85336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85336

Black with #C85336

Text Example


Text Example

White with #C85336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85336; }

 p { color: rgb(200,83,54); }

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

background-color css

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

 a { background-color: rgb(200,83,54); }

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

border-color css

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

 span { border-color: rgb(200,83,54); }

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