#C9533D

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

Shades of Trinidad #C9533D

Tints of Trinidad #C9533D

Color information

#C9533D (or 0xC9533D) is unknown color: approx Trinidad. HEX triplet: C9, 53 and 3D. RGB value is (201,83,61). Sum of RGB (Red+Green+Blue) = 201+83+61=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C9533D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9533D is #36ACC2. Grayscale: #737373. Windows color (decimal): -3583171 or 4019145. OLE color: 4019145.

HSL color Cylindrical-coordinate representation of color #C9533D: hue angle of 9.43º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9533D is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB2018361-
CMYK00.590.700.21
HSL9.43º56.45%51.37%-
HSV(B)9.43º69.65%78.82%-
XYZ28.0218.946.59-
YUV115.7797.09188.79-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 58.26%
GREEN value IS 83 (32.81% from 255) = 24.06%
BLUE value IS 61 (24.22% from 255) = 17.68%
R=58.26%
G=24.06%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201836100.590.700.219.4356.4551.37
HexC9533D03B461593833
Octal3111237507310625117063
Binary11001001101001111110101110111000110101011001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9533D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9533D; }

 p { color: rgb(201,83,61); }

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

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

 a { background-color: rgb(201,83,61); }

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

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

 span { border-color: rgb(201,83,61); }

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