#c85238

Color #C85238 Trinidad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trinidad #C85238

Tints of Trinidad #C85238

Color information

#C85238 (or 0xC85238) is unknown color: approx Trinidad. HEX triplet: C8, 52 and 38. RGB value is (200,82,56). Sum of RGB (Red+Green+Blue) = 200+82+56=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C85238 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85238 is #37ADC7. Grayscale: #727272. Windows color (decimal): -3648968 or 3691208. OLE color: 3691208.

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

Color convert

RGB2008256-
CMYK00.590.720.22
HSL10.83º56.69%50.2%-
HSV(B)10.83º72%78.43%-
XYZ27.5518.65.88-
YUV114.3295.09189.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 59.17%
GREEN value IS 82 (32.42% from 255) = 24.26%
BLUE value IS 56 (22.27% from 255) = 16.57%
R=59.17%
G=24.26%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200825600.590.720.2210.8356.6950.2
HexC8523803B4816b3932
Octal3101227007311026137162
Binary11001000101001011100001110111001000101101011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c85238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c85238; }

 p { color: rgb(200,82,56); }

 H1.HeaderClassName
 {
   color: #c85238;
 }
 .AnyTagClassName
 {
   color: #c85238;
 }
</style>
background-color css

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

 a { background-color: rgb(200,82,56); }

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

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

 span { border-color: rgb(200,82,56); }

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