#C65F3A

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

Shades of Ecstasy #C65F3A

Tints of Ecstasy #C65F3A

Color information

#C65F3A (or 0xC65F3A) is unknown color: approx Ecstasy. HEX triplet: C6, 5F and 3A. RGB value is (198,95,58). Sum of RGB (Red+Green+Blue) = 198+95+58=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 58 (23.05% from 255 or 16.52% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65F3A is #39A0C5. Grayscale: #797979. Windows color (decimal): -3776710 or 3825606. OLE color: 3825606.

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

Color convert

RGB1989558-
CMYK00.520.710.22
HSL15.86º55.12%50.2%-
HSV(B)15.86º70.71%77.65%-
XYZ28.1420.56.48-
YUV121.5892.12182.51-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.41%
GREEN value IS 95 (37.5% from 255) = 27.07%
BLUE value IS 58 (23.05% from 255) = 16.52%
R=56.41%
G=27.07%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198955800.520.710.2215.8655.1250.2
HexC65F3A0344716103732
Octal3061377206410726206762
Binary110001101011111111010011010010001111011010000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65F3A; }

 p { color: rgb(198,95,58); }

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

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

 a { background-color: rgb(198,95,58); }

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

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

 span { border-color: rgb(198,95,58); }

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