#C9553B

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

Shades of Trinidad #C9553B

Tints of Trinidad #C9553B

Color information

#C9553B (or 0xC9553B) is unknown color: approx Trinidad. HEX triplet: C9, 55 and 3B. RGB value is (201,85,59). Sum of RGB (Red+Green+Blue) = 201+85+59=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C9553B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9553B is #36AAC4. Grayscale: #747474. Windows color (decimal): -3582661 or 3888585. OLE color: 3888585.

HSL color Cylindrical-coordinate representation of color #C9553B: hue angle of 10.99º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C9553B is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB2018559-
CMYK00.580.710.21
HSL10.99º56.8%50.98%-
HSV(B)10.99º70.65%78.82%-
XYZ28.1319.236.37-
YUV116.7295.43188.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 58.26%
GREEN value IS 85 (33.59% from 255) = 24.64%
BLUE value IS 59 (23.44% from 255) = 17.10%
R=58.26%
G=24.64%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201855900.580.710.2110.9956.850.98
HexC9553B03A4715b3933
Octal3111257307210725137163
Binary11001001101010111101101110101000111101011011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9553B; }

 p { color: rgb(201,85,59); }

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

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

 a { background-color: rgb(201,85,59); }

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

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

 span { border-color: rgb(201,85,59); }

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