Html Css Color HEX #C85531 Trinidad

📋 copy color: '#C85531'

red 200 ◦ green 85 ◦ blue 49

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

Shades of Trinidad #C85531

Tints of Trinidad #C85531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.67%

R = 59.88%
G = 25.45%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C85531 (or 0xC85531) is known color: Trinidad. HEX triplet: C8, 55 and 31. RGB value is (200,85,49). Sum of RGB (Red+Green+Blue) = 200+85+49=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C85531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85531 is #37AACE. Grayscale: #737373. Windows color (decimal): -3648207 or 3233224. OLE color: 3233224.

HSL color Cylindrical-coordinate representation of color #C85531: hue angle of 14.3º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C85531 is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 85 49 -
CMYK 0 0.58 0.76 0.22
HSL 14.3º 0.61% 0.49% -
HSV(B) 14.3º 0.76% 0.78% -
XYZ 27.62 19 5.12 -
YUV 115.28 90.6 188.43 -
System Red Green Blue C M Y K H S L
Decimal 200 85 49 0 0.58 0.76 0.22 14.3 0.61 0.49
Hex C8 55 31 0 3A 4C 16 E 3D 31
Octal 310 125 61 0 72 114 26 16 75 61
Binary 11001000 1010101 110001 0 111010 1001100 10110 1110 111101 110001

Color Harmonies of #C85531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85531

Black with #C85531

Text Example


Text Example

White with #C85531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85531; }

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

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

background-color css

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

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

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

border-color css

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

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

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