Html Css Color HEX #C85635 Trinidad

📋 copy color: '#C85635'

red 200 ◦ green 86 ◦ blue 53

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

Shades of Trinidad #C85635

Tints of Trinidad #C85635

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.37%

 BLUE value IS 53 (21.09% from 255) = 15.63%

R = 59%
G = 25.37%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C85635 (or 0xC85635) is known color: Trinidad. HEX triplet: C8, 56 and 35. RGB value is (200,86,53). Sum of RGB (Red+Green+Blue) = 200+86+53=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 53 (21.09% from 255 or 15.63% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C85635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85635 is #37A9CA. Grayscale: #747474. Windows color (decimal): -3647947 or 3495624. OLE color: 3495624.

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

Color convert

RGB 200 86 53 -
CMYK 0 0.57 0.74 0.22
HSL 13.47º 0.58% 0.5% -
HSV(B) 13.47º 0.74% 0.78% -
XYZ 27.79 19.19 5.61 -
YUV 116.32 92.27 187.68 -
System Red Green Blue C M Y K H S L
Decimal 200 86 53 0 0.57 0.74 0.22 13.47 0.58 0.5
Hex C8 56 35 0 39 4A 16 D 3A 32
Octal 310 126 65 0 71 112 26 15 72 62
Binary 11001000 1010110 110101 0 111001 1001010 10110 1101 111010 110010

Color Harmonies of #C85635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85635

Black with #C85635

Text Example


Text Example

White with #C85635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85635; }

 p { color: rgb(200,86,53); }

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

background-color css

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

 a { background-color: rgb(200,86,53); }

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

border-color css

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

 span { border-color: rgb(200,86,53); }

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