Html Css Color HEX #CF6441 Ecstasy

📋 copy color: '#CF6441'

red 207 ◦ green 100 ◦ blue 65

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

Shades of Ecstasy #CF6441

Tints of Ecstasy #CF6441

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.88%

 BLUE value IS 65 (25.78% from 255) = 17.47%

R = 55.65%
G = 26.88%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF6441 (or 0xCF6441) is known color: Ecstasy. HEX triplet: CF, 64 and 41. RGB value is (207,100,65). Sum of RGB (Red+Green+Blue) = 207+100+65=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6441 is #309BBE. Grayscale: #808080. Windows color (decimal): -3185599 or 4285647. OLE color: 4285647.

HSL color Cylindrical-coordinate representation of color #CF6441: hue angle of 14.79º 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 #CF6441 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 100 65 -
CMYK 0 0.52 0.69 0.19
HSL 14.79º 0.6% 0.53% -
HSV(B) 14.79º 0.69% 0.81% -
XYZ 31.24 22.76 7.75 -
YUV 128 92.45 184.35 -
System Red Green Blue C M Y K H S L
Decimal 207 100 65 0 0.52 0.69 0.19 14.79 0.6 0.53
Hex CF 64 41 0 34 45 13 F 3C 35
Octal 317 144 101 0 64 105 23 17 74 65
Binary 11001111 1100100 1000001 0 110100 1000101 10011 1111 111100 110101

Color Harmonies of #CF6441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6441

Black with #CF6441

Text Example


Text Example

White with #CF6441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6441; }

 p { color: rgb(207,100,65); }

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

background-color css

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

 a { background-color: rgb(207,100,65); }

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

border-color css

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

 span { border-color: rgb(207,100,65); }

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