#C6492B

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

Shades of Trinidad #C6492B

Tints of Trinidad #C6492B

Color information

#C6492B (or 0xC6492B) is unknown color: approx Trinidad. HEX triplet: C6, 49 and 2B. RGB value is (198,73,43). Sum of RGB (Red+Green+Blue) = 198+73+43=314 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.06% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 198 - color contains mainly: red. Hex color #C6492B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6492B is #39B6D4. Grayscale: #6B6B6B. Windows color (decimal): -3782357 or 2836934. OLE color: 2836934.

HSL color Cylindrical-coordinate representation of color #C6492B: hue angle of 11.61º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6492B is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB1987343-
CMYK00.630.780.22
HSL11.61º64.32%47.25%-
HSV(B)11.61º78.28%77.65%-
XYZ26.1116.954.18-
YUV106.9691.91192.94-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 63.06%
GREEN value IS 73 (28.91% from 255) = 23.25%
BLUE value IS 43 (17.19% from 255) = 13.69%
R=63.06%
G=23.25%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198734300.630.780.2211.6164.3247.25
HexC6492B03F4E16c402f
Octal30611153077116261410057
Binary110001101001001101011011111110011101011011001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6492B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6492B; }

 p { color: rgb(198,73,43); }

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

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

 a { background-color: rgb(198,73,43); }

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

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

 span { border-color: rgb(198,73,43); }

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