#CC503D

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

Shades of Trinidad #CC503D

Tints of Trinidad #CC503D

Color information

#CC503D (or 0xCC503D) is unknown color: approx Trinidad. HEX triplet: CC, 50 and 3D. RGB value is (204,80,61). Sum of RGB (Red+Green+Blue) = 204+80+61=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC503D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC503D is #33AFC2. Grayscale: #737373. Windows color (decimal): -3387331 or 4018380. OLE color: 4018380.

HSL color Cylindrical-coordinate representation of color #CC503D: hue angle of 7.97º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC503D is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB2048061-
CMYK00.610.700.2
HSL7.97º58.37%51.96%-
HSV(B)7.97º70.1%80%-
XYZ28.6118.916.56-
YUV114.9197.58191.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 59.13%
GREEN value IS 80 (31.64% from 255) = 23.19%
BLUE value IS 61 (24.22% from 255) = 17.68%
R=59.13%
G=23.19%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204806100.610.700.27.9758.3751.96
HexCC503D03D461483a34
Octal3141207507510624107264
Binary11001100101000011110101111011000110101001000111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC503D; }

 p { color: rgb(204,80,61); }

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

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

 a { background-color: rgb(204,80,61); }

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

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

 span { border-color: rgb(204,80,61); }

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