Html Css Color HEX #CF6740 Ecstasy

📋 copy color: '#CF6740'

red 207 ◦ green 103 ◦ blue 64

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

Shades of Ecstasy #CF6740

Tints of Ecstasy #CF6740

RGB

 RED value IS 207 (81.25% from 255) = 55.35%

 GREEN value IS 103 (40.63% from 255) = 27.54%

 BLUE value IS 64 (25.39% from 255) = 17.11%

R = 55.35%
G = 27.54%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF6740 (or 0xCF6740) is known color: Ecstasy. HEX triplet: CF, 67 and 40. RGB value is (207,103,64). Sum of RGB (Red+Green+Blue) = 207+103+64=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6740 is #3098BF. Grayscale: #818181. Windows color (decimal): -3184832 or 4220879. OLE color: 4220879.

HSL color Cylindrical-coordinate representation of color #CF6740: hue angle of 16.36º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF6740 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 103 64 -
CMYK 0 0.50 0.69 0.19
HSL 16.36º 0.6% 0.53% -
HSV(B) 16.36º 0.69% 0.81% -
XYZ 31.51 23.34 7.69 -
YUV 129.65 90.96 183.17 -
System Red Green Blue C M Y K H S L
Decimal 207 103 64 0 0.50 0.69 0.19 16.36 0.6 0.53
Hex CF 67 40 0 32 45 13 10 3C 35
Octal 317 147 100 0 62 105 23 20 74 65
Binary 11001111 1100111 1000000 0 110010 1000101 10011 10000 111100 110101

Color Harmonies of #CF6740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6740

Black with #CF6740

Text Example


Text Example

White with #CF6740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6740; }

 p { color: rgb(207,103,64); }

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

background-color css

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

 a { background-color: rgb(207,103,64); }

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

border-color css

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

 span { border-color: rgb(207,103,64); }

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