Html Css Color HEX #CF6642 Ecstasy

📋 copy color: '#CF6642'

red 207 ◦ green 102 ◦ blue 66

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

Shades of Ecstasy #CF6642

Tints of Ecstasy #CF6642

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.2%

 BLUE value IS 66 (26.17% from 255) = 17.6%

R = 55.2%
G = 27.2%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CF6642 (or 0xCF6642) is known color: Ecstasy. HEX triplet: CF, 66 and 42. RGB value is (207,102,66). Sum of RGB (Red+Green+Blue) = 207+102+66=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6642 is #3099BD. Grayscale: #818181. Windows color (decimal): -3185086 or 4351695. OLE color: 4351695.

HSL color Cylindrical-coordinate representation of color #CF6642: hue angle of 15.32º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF6642 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 102 66 -
CMYK 0 0.51 0.68 0.19
HSL 15.32º 0.59% 0.54% -
HSV(B) 15.32º 0.68% 0.81% -
XYZ 31.47 23.16 7.97 -
YUV 129.29 92.29 183.43 -
System Red Green Blue C M Y K H S L
Decimal 207 102 66 0 0.51 0.68 0.19 15.32 0.59 0.54
Hex CF 66 42 0 33 44 13 F 3B 36
Octal 317 146 102 0 63 104 23 17 73 66
Binary 11001111 1100110 1000010 0 110011 1000100 10011 1111 111011 110110

Color Harmonies of #CF6642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6642

Black with #CF6642

Text Example


Text Example

White with #CF6642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6642; }

 p { color: rgb(207,102,66); }

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

background-color css

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

 a { background-color: rgb(207,102,66); }

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

border-color css

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

 span { border-color: rgb(207,102,66); }

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