#C3563A

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

Shades of Trinidad #C3563A

Tints of Trinidad #C3563A

Color information

#C3563A (or 0xC3563A) is unknown color: approx Trinidad. HEX triplet: C3, 56 and 3A. RGB value is (195,86,58). Sum of RGB (Red+Green+Blue) = 195+86+58=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C3563A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3563A is #3CA9C5. Grayscale: #737373. Windows color (decimal): -3975622 or 3823299. OLE color: 3823299.

HSL color Cylindrical-coordinate representation of color #C3563A: hue angle of 12.26º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C3563A is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB1958658-
CMYK00.560.700.24
HSL12.26º54.15%49.61%-
HSV(B)12.26º70.26%76.47%-
XYZ26.618.566.18-
YUV115.495.61184.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 57.52%
GREEN value IS 86 (33.98% from 255) = 25.37%
BLUE value IS 58 (23.05% from 255) = 17.11%
R=57.52%
G=25.37%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195865800.560.700.2412.2654.1549.61
HexC3563A0384618c3632
Octal3031267207010630146662
Binary11000011101011011101001110001000110110001100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3563A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3563A; }

 p { color: rgb(195,86,58); }

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

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

 a { background-color: rgb(195,86,58); }

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

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

 span { border-color: rgb(195,86,58); }

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