#CC553A

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

Shades of Trinidad #CC553A

Tints of Trinidad #CC553A

Color information

#CC553A (or 0xCC553A) is unknown color: approx Trinidad. HEX triplet: CC, 55 and 3A. RGB value is (204,85,58). Sum of RGB (Red+Green+Blue) = 204+85+58=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC553A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC553A is #33AAC5. Grayscale: #757575. Windows color (decimal): -3386054 or 3823052. OLE color: 3823052.

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

Color convert

RGB2048558-
CMYK00.580.720.2
HSL11.1º58.87%51.37%-
HSV(B)11.1º71.57%80%-
XYZ28.9119.646.27-
YUV117.594.42189.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.79%
GREEN value IS 85 (33.59% from 255) = 24.50%
BLUE value IS 58 (23.05% from 255) = 16.71%
R=58.79%
G=24.50%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204855800.580.720.211.158.8751.37
HexCC553A03A4814b3b33
Octal3141257207211024137363
Binary11001100101010111101001110101001000101001011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC553A; }

 p { color: rgb(204,85,58); }

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

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

 a { background-color: rgb(204,85,58); }

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

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

 span { border-color: rgb(204,85,58); }

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