#CC5138

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

Shades of Trinidad #CC5138

Tints of Trinidad #CC5138

Color information

#CC5138 (or 0xCC5138) is unknown color: approx Trinidad. HEX triplet: CC, 51 and 38. RGB value is (204,81,56). Sum of RGB (Red+Green+Blue) = 204+81+56=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5138 is #33AEC7. Grayscale: #737373. Windows color (decimal): -3387080 or 3690956. OLE color: 3690956.

HSL color Cylindrical-coordinate representation of color #CC5138: hue angle of 10.14º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC5138 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB2048156-
CMYK00.600.730.2
HSL10.14º59.2%50.98%-
HSV(B)10.14º72.55%80%-
XYZ28.5619.015.91-
YUV114.9394.75191.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 59.82%
GREEN value IS 81 (32.03% from 255) = 23.75%
BLUE value IS 56 (22.27% from 255) = 16.42%
R=59.82%
G=23.75%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204815600.600.730.210.1459.250.98
HexCC513803C4914a3b33
Octal3141217007411124127363
Binary11001100101000111100001111001001001101001010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5138; }

 p { color: rgb(204,81,56); }

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

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

 a { background-color: rgb(204,81,56); }

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

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

 span { border-color: rgb(204,81,56); }

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