#C64129

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

Shades of Trinidad #C64129

Tints of Trinidad #C64129

Color information

#C64129 (or 0xC64129) is unknown color: approx Trinidad. HEX triplet: C6, 41 and 29. RGB value is (198,65,41). Sum of RGB (Red+Green+Blue) = 198+65+41=304 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.13% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 198 - color contains mainly: red. Hex color #C64129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64129 is #39BED6. Grayscale: #666666. Windows color (decimal): -3784407 or 2703814. OLE color: 2703814.

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

Color convert

RGB1986541-
CMYK00.670.790.22
HSL9.17º65.69%46.86%-
HSV(B)9.17º79.29%77.65%-
XYZ25.5815.953.83-
YUV102.0393.56196.45-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 65.13%
GREEN value IS 65 (25.78% from 255) = 21.38%
BLUE value IS 41 (16.41% from 255) = 13.49%
R=65.13%
G=21.38%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198654100.670.790.229.1765.6946.86
HexC641290434F169422f
Octal306101510103117261110257
Binary1100011010000011010010100001110011111011010011000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64129; }

 p { color: rgb(198,65,41); }

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

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

 a { background-color: rgb(198,65,41); }

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

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

 span { border-color: rgb(198,65,41); }

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