#CC532B

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

Shades of Trinidad #CC532B

Tints of Trinidad #CC532B

Color information

#CC532B (or 0xCC532B) is unknown color: approx Trinidad. HEX triplet: CC, 53 and 2B. RGB value is (204,83,43). Sum of RGB (Red+Green+Blue) = 204+83+43=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC532B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC532B is #33ACD4. Grayscale: #727272. Windows color (decimal): -3386581 or 2839500. OLE color: 2839500.

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

Color convert

RGB2048343-
CMYK00.590.790.2
HSL14.91º65.18%48.43%-
HSV(B)14.91º78.92%80%-
XYZ28.4319.24.49-
YUV114.6287.59191.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.82%
GREEN value IS 83 (32.81% from 255) = 25.15%
BLUE value IS 43 (17.19% from 255) = 13.03%
R=61.82%
G=25.15%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204834300.590.790.214.9165.1848.43
HexCC532B03B4F14f4130
Octal31412353073117241710160
Binary110011001010011101011011101110011111010011111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC532B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC532B; }

 p { color: rgb(204,83,43); }

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

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

 a { background-color: rgb(204,83,43); }

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

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

 span { border-color: rgb(204,83,43); }

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