#C65A41

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

Shades of Dark Coral #C65A41

Tints of Dark Coral #C65A41

Color information

#C65A41 (or 0xC65A41) is unknown color: approx Dark Coral. HEX triplet: C6, 5A and 41. RGB value is (198,90,65). Sum of RGB (Red+Green+Blue) = 198+90+65=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65A41 is #39A5BE. Grayscale: #777777. Windows color (decimal): -3777983 or 4283078. OLE color: 4283078.

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

Color convert

RGB1989065-
CMYK00.550.670.22
HSL11.28º53.85%51.57%-
HSV(B)11.28º67.17%77.65%-
XYZ27.919.77.33-
YUV119.4497.28184.03-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.09%
GREEN value IS 90 (35.55% from 255) = 25.50%
BLUE value IS 65 (25.78% from 255) = 18.41%
R=56.09%
G=25.50%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198906500.550.670.2211.2853.8551.57
HexC65A410374316b3634
Octal30613210106710326136664
Binary110001101011010100000101101111000011101101011110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65A41; }

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

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

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

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

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

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

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

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