Html Css Color HEX #CF6440 Ecstasy

📋 copy color: '#CF6440'

red 207 ◦ green 100 ◦ blue 64

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

Shades of Ecstasy #CF6440

Tints of Ecstasy #CF6440

RGB

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

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

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

R = 55.8%
G = 26.95%
B = 17.25%

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

#CF6440 (or 0xCF6440) is known color: Ecstasy. HEX triplet: CF, 64 and 40. RGB value is (207,100,64). Sum of RGB (Red+Green+Blue) = 207+100+64=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6440 is #309BBF. Grayscale: #808080. Windows color (decimal): -3185600 or 4220111. OLE color: 4220111.

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

Color convert

RGB 207 100 64 -
CMYK 0 0.52 0.69 0.19
HSL 15.1º 0.6% 0.53% -
HSV(B) 15.1º 0.69% 0.81% -
XYZ 31.21 22.75 7.6 -
YUV 127.89 91.95 184.43 -
System Red Green Blue C M Y K H S L
Decimal 207 100 64 0 0.52 0.69 0.19 15.1 0.6 0.53
Hex CF 64 40 0 34 45 13 F 3C 35
Octal 317 144 100 0 64 105 23 17 74 65
Binary 11001111 1100100 1000000 0 110100 1000101 10011 1111 111100 110101

Color Harmonies of #CF6440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6440

Black with #CF6440

Text Example


Text Example

White with #CF6440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6440; }

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

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

background-color css

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

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

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

border-color css

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

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

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