#C6594B

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

Shades of Flame Pea #C6594B

Tints of Flame Pea #C6594B

Color information

#C6594B (or 0xC6594B) is unknown color: approx Flame Pea. HEX triplet: C6, 59 and 4B. RGB value is (198,89,75). Sum of RGB (Red+Green+Blue) = 198+89+75=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C6594B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6594B is #39A6B4. Grayscale: #787878. Windows color (decimal): -3778229 or 4938182. OLE color: 4938182.

HSL color Cylindrical-coordinate representation of color #C6594B: hue angle of 6.83º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6594B is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB1988975-
CMYK00.550.620.22
HSL6.83º51.9%53.53%-
HSV(B)6.83º62.12%77.65%-
XYZ28.1319.668.97-
YUV119.99102.61183.64-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.70%
GREEN value IS 89 (35.16% from 255) = 24.59%
BLUE value IS 75 (29.69% from 255) = 20.72%
R=54.70%
G=24.59%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198897500.550.620.226.8351.953.53
HexC6594B0373E1673436
Octal306131113067762676466
Binary1100011010110011001011011011111111010110111110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6594B; }

 p { color: rgb(198,89,75); }

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

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

 a { background-color: rgb(198,89,75); }

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

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

 span { border-color: rgb(198,89,75); }

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