Html Css Color HEX #C85337 Trinidad

📋 copy color: '#C85337'

red 200 ◦ green 83 ◦ blue 55

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

Shades of Trinidad #C85337

Tints of Trinidad #C85337

RGB

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

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

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

R = 59.17%
G = 24.56%
B = 16.27%

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

#C85337 (or 0xC85337) is known color: Trinidad. HEX triplet: C8, 53 and 37. RGB value is (200,83,55). Sum of RGB (Red+Green+Blue) = 200+83+55=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 55 (21.88% from 255 or 16.27% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C85337 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85337 is #37ACC8. Grayscale: #737373. Windows color (decimal): -3648713 or 3625928. OLE color: 3625928.

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

Color convert

RGB 200 83 55 -
CMYK 0 0.58 0.72 0.22
HSL 11.59º 0.57% 0.5% -
HSV(B) 11.59º 0.73% 0.78% -
XYZ 27.6 18.74 5.78 -
YUV 114.79 94.26 188.78 -
System Red Green Blue C M Y K H S L
Decimal 200 83 55 0 0.58 0.72 0.22 11.59 0.57 0.5
Hex C8 53 37 0 3A 48 16 C 39 32
Octal 310 123 67 0 72 110 26 14 71 62
Binary 11001000 1010011 110111 0 111010 1001000 10110 1100 111001 110010

Color Harmonies of #C85337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85337

Black with #C85337

Text Example


Text Example

White with #C85337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85337; }

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

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

background-color css

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

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

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

border-color css

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

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

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