#CC533B

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

Shades of Trinidad #CC533B

Tints of Trinidad #CC533B

Color information

#CC533B (or 0xCC533B) is unknown color: approx Trinidad. HEX triplet: CC, 53 and 3B. RGB value is (204,83,59). Sum of RGB (Red+Green+Blue) = 204+83+59=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC533B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC533B is #33ACC4. Grayscale: #747474. Windows color (decimal): -3386565 or 3888076. OLE color: 3888076.

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

Color convert

RGB2048359-
CMYK00.590.710.2
HSL9.93º58.7%51.57%-
HSV(B)9.93º71.08%80%-
XYZ28.7819.346.35-
YUV116.4495.59190.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.96%
GREEN value IS 83 (32.81% from 255) = 23.99%
BLUE value IS 59 (23.44% from 255) = 17.05%
R=58.96%
G=23.99%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.71
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204835900.590.710.29.9358.751.57
HexCC533B03B4714a3b34
Octal3141237307310724127364
Binary11001100101001111101101110111000111101001010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC533B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC533B; }

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

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

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

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

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

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

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

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