#C64831

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

Shades of Trinidad #C64831

Tints of Trinidad #C64831

Color information

#C64831 (or 0xC64831) is unknown color: approx Trinidad. HEX triplet: C6, 48 and 31. RGB value is (198,72,49). Sum of RGB (Red+Green+Blue) = 198+72+49=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C64831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64831 is #39B7CE. Grayscale: #6B6B6B. Windows color (decimal): -3782607 or 3229894. OLE color: 3229894.

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

Color convert

RGB1987249-
CMYK00.640.750.22
HSL9.26º60.32%48.43%-
HSV(B)9.26º75.25%77.65%-
XYZ26.1616.864.78-
YUV107.0595.24192.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 62.07%
GREEN value IS 72 (28.52% from 255) = 22.57%
BLUE value IS 49 (19.53% from 255) = 15.36%
R=62.07%
G=22.57%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198724900.640.750.229.2660.3248.43
HexC648310404B1693c30
Octal30611061010011326117460
Binary110001101001000110001010000001001011101101001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64831; }

 p { color: rgb(198,72,49); }

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

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

 a { background-color: rgb(198,72,49); }

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

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

 span { border-color: rgb(198,72,49); }

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