Html Css Color HEX #CF673F Ecstasy

📋 copy color: '#CF673F'

red 207 ◦ green 103 ◦ blue 63

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

Shades of Ecstasy #CF673F

Tints of Ecstasy #CF673F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.89%

R = 55.5%
G = 27.61%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF673F (or 0xCF673F) is known color: Ecstasy. HEX triplet: CF, 67 and 3F. RGB value is (207,103,63). Sum of RGB (Red+Green+Blue) = 207+103+63=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF673F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF673F is #3098C0. Grayscale: #818181. Windows color (decimal): -3184833 or 4155343. OLE color: 4155343.

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

Color convert

RGB 207 103 63 -
CMYK 0 0.50 0.70 0.19
HSL 16.67º 0.6% 0.53% -
HSV(B) 16.67º 0.7% 0.81% -
XYZ 31.48 23.32 7.55 -
YUV 129.54 90.46 183.25 -
System Red Green Blue C M Y K H S L
Decimal 207 103 63 0 0.50 0.70 0.19 16.67 0.6 0.53
Hex CF 67 3F 0 32 46 13 11 3C 35
Octal 317 147 77 0 62 106 23 21 74 65
Binary 11001111 1100111 111111 0 110010 1000110 10011 10001 111100 110101

Color Harmonies of #CF673F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF673F

Black with #CF673F

Text Example


Text Example

White with #CF673F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF673F; }

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

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

background-color css

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

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

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

border-color css

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

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

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