Html Css Color HEX #C85339 Trinidad

📋 copy color: '#C85339'

red 200 ◦ green 83 ◦ blue 57

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

Shades of Trinidad #C85339

Tints of Trinidad #C85339

RGB

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

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

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

R = 58.82%
G = 24.41%
B = 16.76%

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

#C85339 (or 0xC85339) is known color: Trinidad. HEX triplet: C8, 53 and 39. RGB value is (200,83,57). Sum of RGB (Red+Green+Blue) = 200+83+57=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 57 (22.66% from 255 or 16.76% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C85339 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85339 is #37ACC6. Grayscale: #737373. Windows color (decimal): -3648711 or 3757000. OLE color: 3757000.

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

Color convert

RGB 200 83 57 -
CMYK 0 0.58 0.72 0.22
HSL 10.91º 0.57% 0.5% -
HSV(B) 10.91º 0.72% 0.78% -
XYZ 27.65 18.76 6.03 -
YUV 115.02 95.26 188.61 -
System Red Green Blue C M Y K H S L
Decimal 200 83 57 0 0.58 0.72 0.22 10.91 0.57 0.5
Hex C8 53 39 0 3A 48 16 B 39 32
Octal 310 123 71 0 72 110 26 13 71 62
Binary 11001000 1010011 111001 0 111010 1001000 10110 1011 111001 110010

Color Harmonies of #C85339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85339

Black with #C85339

Text Example


Text Example

White with #C85339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85339; }

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

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

background-color css

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

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

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

border-color css

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

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

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