Html Css Color HEX #C65D3B Ecstasy

📋 copy color: '#C65D3B'

red 198 ◦ green 93 ◦ blue 59

#C65D3B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ecstasy #C65D3B

Tints of Ecstasy #C65D3B

RGB

 RED value IS 198 (77.73% from 255) = 56.57%

 GREEN value IS 93 (36.72% from 255) = 26.57%

 BLUE value IS 59 (23.44% from 255) = 16.86%

R = 56.57%
G = 26.57%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C65D3B (or 0xC65D3B) is known color: Ecstasy. HEX triplet: C6, 5D and 3B. RGB value is (198,93,59). Sum of RGB (Red+Green+Blue) = 198+93+59=350 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.57% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 198 - color contains mainly: red. Hex color #C65D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65D3B is #39A2C4. Grayscale: #787878. Windows color (decimal): -3777221 or 3890630. OLE color: 3890630.

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

Color convert

RGB 198 93 59 -
CMYK 0 0.53 0.70 0.22
HSL 14.68º 0.55% 0.5% -
HSV(B) 14.68º 0.7% 0.78% -
XYZ 27.99 20.15 6.55 -
YUV 120.52 93.29 183.26 -
System Red Green Blue C M Y K H S L
Decimal 198 93 59 0 0.53 0.70 0.22 14.68 0.55 0.5
Hex C6 5D 3B 0 35 46 16 F 37 32
Octal 306 135 73 0 65 106 26 17 67 62
Binary 11000110 1011101 111011 0 110101 1000110 10110 1111 110111 110010

Color Harmonies of #C65D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65D3B

Black with #C65D3B

Text Example


Text Example

White with #C65D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65D3B; }

 p { color: rgb(198,93,59); }

 H1.HeaderClassName
 {
   color: #C65D3B;
 }
 .AnyTagClassName
 {
   color: #C65D3B;
 }
</style>

background-color css

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

 a { background-color: rgb(198,93,59); }

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

border-color css

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

 span { border-color: rgb(198,93,59); }

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